#066469

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

Shades of Blue Lagoon #066469

Tints of Blue Lagoon #066469

Color information

#066469 (or 0x066469) is unknown color: approx Blue Lagoon. HEX triplet: 06, 64 and 69. RGB value is (6,100,105). Sum of RGB (Red+Green+Blue) = 6+100+105=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #066469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066469 is #F99B96. Grayscale: #484848. Windows color (decimal): -16358295 or 6906886. OLE color: 6906886.

HSL color Cylindrical-coordinate representation of color #066469: hue angle of 183.03º 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 #066469 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6100105-
CMYK0.940.0500.59
HSL183.03º89.19%21.76%-
HSV(B)183.03º94.29%41.18%-
XYZ7.1810.1714.95-
YUV72.46146.3680.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=2.84%
G=47.39%
B=49.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61001050.940.0500.59183.0389.1921.76
Hex664695E503Bb75916
Octal6144151136507326713126
Binary110110010011010011011110101011101110110111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066469; }

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

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

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

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

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

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

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

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