#066569

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

Shades of Blue Lagoon #066569

Tints of Blue Lagoon #066569

Color information

#066569 (or 0x066569) is unknown color: approx Blue Lagoon. HEX triplet: 06, 65 and 69. RGB value is (6,101,105). Sum of RGB (Red+Green+Blue) = 6+101+105=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #066569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066569 is #F99A96. Grayscale: #484848. Windows color (decimal): -16358039 or 6907142. OLE color: 6907142.

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

Color convert

RGB6101105-
CMYK0.940.0400.59
HSL182.42º89.19%21.76%-
HSV(B)182.42º94.29%41.18%-
XYZ7.2810.3714.98-
YUV73.05146.0380.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 101 (39.84% from 255) = 47.64%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=2.83%
G=47.64%
B=49.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61011050.940.0400.59182.4289.1921.76
Hex665695E403Bb65916
Octal6145151136407326613126
Binary110110010111010011011110100011101110110110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066569; }

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

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

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

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

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

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

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

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