#066371

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

Shades of Blue Lagoon #066371

Tints of Blue Lagoon #066371

Color information

#066371 (or 0x066371) is unknown color: approx Blue Lagoon. HEX triplet: 06, 63 and 71. RGB value is (6,99,113). Sum of RGB (Red+Green+Blue) = 6+99+113=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #066371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066371 is #F99C8E. Grayscale: #484848. Windows color (decimal): -16358543 or 7430918. OLE color: 7430918.

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

Color convert

RGB699113-
CMYK0.950.1200.56
HSL187.85º89.92%23.33%-
HSV(B)187.85º94.69%44.31%-
XYZ7.5210.1517.19-
YUV72.79150.6980.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=2.75%
G=45.41%
B=51.83%

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
Decimal6991130.950.1200.56187.8589.9223.33
Hex663715FC038bc5a17
Octal61431611371407027413227
Binary1101100011111000110111111100011100010111100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066371; }

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

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

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

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

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

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

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

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