#066472

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

Shades of Blue Lagoon #066472

Tints of Blue Lagoon #066472

Color information

#066472 (or 0x066472) is unknown color: approx Blue Lagoon. HEX triplet: 06, 64 and 72. RGB value is (6,100,114). Sum of RGB (Red+Green+Blue) = 6+100+114=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #066472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066472 is #F99B8D. Grayscale: #494949. Windows color (decimal): -16358286 or 7496710. OLE color: 7496710.

HSL color Cylindrical-coordinate representation of color #066472: hue angle of 187.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066472 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6100114-
CMYK0.950.1200.55
HSL187.78º90%23.53%-
HSV(B)187.78º94.74%44.71%-
XYZ7.6710.3717.52-
YUV73.49150.8679.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.73%
GREEN value IS 100 (39.45% from 255) = 45.45%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=2.73%
G=45.45%
B=51.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61001140.950.1200.55187.789023.53
Hex664725FC037bc5a18
Octal61441621371406727413230
Binary1101100100111001010111111100011011110111100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066472; }

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

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

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

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

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

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

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

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