#066172

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

Shades of Blue Lagoon #066172

Tints of Blue Lagoon #066172

Color information

#066172 (or 0x066172) is unknown color: approx Blue Lagoon. HEX triplet: 06, 61 and 72. RGB value is (6,97,114). Sum of RGB (Red+Green+Blue) = 6+97+114=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #066172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066172 is #F99E8D. Grayscale: #474747. Windows color (decimal): -16359054 or 7495942. OLE color: 7495942.

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

Color convert

RGB697114-
CMYK0.950.1500.55
HSL189.44º90%23.53%-
HSV(B)189.44º94.74%44.71%-
XYZ7.399.817.42-
YUV71.73151.8581.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=2.76%
G=44.70%
B=52.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6971140.950.1500.55189.449023.53
Hex661725FF037bd5a18
Octal61411621371706727513230
Binary1101100001111001010111111111011011110111101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066172; }

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

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

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

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

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

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

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

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