#066A72

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

Shades of Blue Lagoon #066A72

Tints of Blue Lagoon #066A72

Color information

#066A72 (or 0x066A72) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6A and 72. RGB value is (6,106,114). Sum of RGB (Red+Green+Blue) = 6+106+114=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #066A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A72 is #F9958D. Grayscale: #4C4C4C. Windows color (decimal): -16356750 or 7498246. OLE color: 7498246.

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

Color convert

RGB6106114-
CMYK0.950.0700.55
HSL184.44º90%23.53%-
HSV(B)184.44º94.74%44.71%-
XYZ8.2711.5617.72-
YUV77.01148.8777.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 106 (41.80% from 255) = 46.90%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=2.65%
G=46.90%
B=50.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61061140.950.0700.55184.449023.53
Hex66A725F7037b85a18
Octal6152162137706727013230
Binary110110101011100101011111111011011110111000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066A72; }

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

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

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

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

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

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

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

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