COLOR #0669A5

HEX: #0669A5
RGB: (6,105,165)

Color info

#0669A5 contains mainly blue color. Web safe color of #0669A5 is #006699 (or #069).

RGB color model

#0669A5 color RGB value is (6,105,165).

  • red value is 6;
  • green value is 105;
  • blue value is 165.
RGB:
(6,105,165)
(2%,41%,65%)

RGB channels and saturation

R 6 of 255 = 2%
G 105 of 255 = 41%
B 165 of 255 = 65%

6
105
165

R + G + B ~ 36%. #0669A5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 105 + 165 = 276 (100%)
R 6 of 276 ~ 2.17%
G 105 of 276 ~ 38.04%
B 165 of 276 ~ 59.78%

%38.04
%59.78

CMYK color model

#0669A5 color CMYK value is (96,36,0,35).

  • cyan value is 96.36%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(96,36,0,35)
C96M36Y0K35 
(96%,36%,0%,35%)
(0.96/0.36/0.00/0.35)	

CMYK percentages

%96.36
%36.36
%0
%35.29

Codes

Color #0669A5 in popluar color models

0669A5
RGB6105165
HSL203°92.98%33.53%
HSB/HSV203°96.36%64.71%
CMYK96.36%36.36%0.00%
35.29%

Color #0669A5 in popluar number systems.

HEX0669A5
Decimal6105165
Binary110110100110100101
Octal6151245

Shades and tints

Shades of #0669A5

#0669A5
(6,105,165)
#066096
(6,96,150)
#065787
(6,87,135)
#064E78
(6,78,120)
#064569
(6,69,105)
#063C5A
(6,60,90)
#06334B
(6,51,75)
#062A3C
(6,42,60)
#06212D
(6,33,45)
#06181E
(6,24,30)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #0669A5

#0669A5
(6,105,165)
#1C76AD
(28,118,173)
#3283B5
(50,131,181)
#4890BD
(72,144,189)
#5E9DC5
(94,157,197)
#74AACD
(116,170,205)
#8AB7D5
(138,183,213)
#A0C4DD
(160,196,221)
#B6D1E5
(182,209,229)
#CCDEED
(204,222,237)
#E2EBF5
(226,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0669A5 color. Also use rgb(6,105,165) instead hex code.

Text Font Color

.myTextColor { color: #0669A5; }

<p style="color:#0669A5">This sample text font color is #0669A5.</p>

This text font color is #0669A5.


Background Color

.myBgColor { background-color: #0669A5; }

<div style="background-color:#0669A5">Inner text</div>

This div background color is #0669A5.


Border color

.myBorderColor { border: 1px solid #0669A5; }

<div style="border:3px solid #0669A5">Div</div>

This div border color is #0669A5.


Opacity

.myOpacity80 { color: #0669A5; opacity: 0.8; }

<p style="color:#0669A5;opacity:0.8;">80%</p>

Text with #0669A5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0669A5;}

<p style="text-shadow: 3px 3px 1px #0669A5">Text here.</p>

This text has shadow with #0669A5 color.

.textShadow {text-shadow: 3px 3px 1px #0669A5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0669A5, 5px 5px 20px red">Text here.</p>

This text has shadow with #0669A5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0669A5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0669A5, Direction=45, Strength=4)">Text</p>

This text has shadow with #0669A5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0669A5;
  -webkit-box-shadow:	1px 1px 3px 2px #0669A5;
  box-shadow:		1px 1px 3px 2px #0669A5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0669A5;
-webkit-box-shadow: 1px 1px 3px 2px #0669A5;
box-shadow:1px 1px 3px 2px #0669A5;">
Div content here</div>
This div box has shadow with color #0669A5.

Preview

Color preview on black background

This text has color #0669A5 on black background.


Color preview on white background

This text has color #0669A5 on white background.



Black color preview on #0669A5 background

This text has black color on #0669A5 background.


White color preview on #0669A5 background

This text has white color on #0669A5 background.