#066169

Color #066169 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #066169

Tints of Blue Lagoon #066169

Color information

#066169 (or 0x066169) is unknown color: approx Blue Lagoon. HEX triplet: 06, 61 and 69. RGB value is (6,97,105). Sum of RGB (Red+Green+Blue) = 6+97+105=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #066169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066169 is #F99E96. Grayscale: #464646. Windows color (decimal): -16359063 or 6906118. OLE color: 6906118.

HSL color Cylindrical-coordinate representation of color #066169: hue angle of 184.85º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066169 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB697105-
CMYK0.940.0800.59
HSL184.85º89.19%21.76%-
HSV(B)184.85º94.29%41.18%-
XYZ6.99.6114.86-
YUV70.7147.3581.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=2.88%
G=46.63%
B=50.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6971050.940.0800.59184.8589.1921.76
Hex661695E803Bb95916
Octal61411511361007327113126
Binary1101100001110100110111101000011101110111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066169; }

 p { color: rgb(6,97,105); }

 H1.HeaderClassName
 {
   color: #066169;
 }
 .AnyTagClassName
 {
   color: #066169;
 }
</style>
background-color css

<style>
 a { background-color: #066169; }

 a { background-color: rgb(6,97,105); }

 div.DivClassName
 {
   background-color: #066169;
 }
 .BgClassName
 {
   background-color: #066169;
 }
</style>
border-color css

<style>
 span { border-color: #066169; }

 span { border-color: rgb(6,97,105); }

 td.TdClassName
 {
   border-color: #066169;
 }
 .TagClassName
 {
   border-color: #066169;
 }
</style>