#066471

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

Shades of Blue Lagoon #066471

Tints of Blue Lagoon #066471

Color information

#066471 (or 0x066471) is unknown color: approx Blue Lagoon. HEX triplet: 06, 64 and 71. RGB value is (6,100,113). Sum of RGB (Red+Green+Blue) = 6+100+113=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #066471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066471 is #F99B8E. Grayscale: #494949. Windows color (decimal): -16358287 or 7431174. OLE color: 7431174.

HSL color Cylindrical-coordinate representation of color #066471: hue angle of 187.29º 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 #066471 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6100113-
CMYK0.950.1200.56
HSL187.29º89.92%23.33%-
HSV(B)187.29º94.69%44.31%-
XYZ7.6110.3517.22-
YUV73.38150.3679.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=2.74%
G=45.66%
B=51.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61001130.950.1200.56187.2989.9223.33
Hex664715FC038bb5a17
Octal61441611371407027313227
Binary1101100100111000110111111100011100010111011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066471; }

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

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

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

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

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

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

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

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