#066571

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

Shades of Blue Lagoon #066571

Tints of Blue Lagoon #066571

Color information

#066571 (or 0x066571) is unknown color: approx Blue Lagoon. HEX triplet: 06, 65 and 71. RGB value is (6,101,113). Sum of RGB (Red+Green+Blue) = 6+101+113=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #066571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066571 is #F99A8E. Grayscale: #494949. Windows color (decimal): -16358031 or 7431430. OLE color: 7431430.

HSL color Cylindrical-coordinate representation of color #066571: hue angle of 186.73º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066571 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6101113-
CMYK0.950.1100.56
HSL186.73º89.92%23.33%-
HSV(B)186.73º94.69%44.31%-
XYZ7.7110.5417.25-
YUV73.96150.0379.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.73%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=2.73%
G=45.91%
B=51.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61011130.950.1100.56186.7389.9223.33
Hex665715FB038bb5a17
Octal61451611371307027313227
Binary1101100101111000110111111011011100010111011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066571; }

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

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

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

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

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

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

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

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