#066A73

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

Shades of Blue Lagoon #066A73

Tints of Blue Lagoon #066A73

Color information

#066A73 (or 0x066A73) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6A and 73. RGB value is (6,106,115). Sum of RGB (Red+Green+Blue) = 6+106+115=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #066A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A73 is #F9958C. Grayscale: #4C4C4C. Windows color (decimal): -16356749 or 7563782. OLE color: 7563782.

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

Color convert

RGB6106115-
CMYK0.950.0800.55
HSL184.95º90.08%23.73%-
HSV(B)184.95º94.78%45.1%-
XYZ8.3211.5818.02-
YUV77.13149.3777.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 106 (41.80% from 255) = 46.70%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=2.64%
G=46.70%
B=50.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61061150.950.0800.55184.9590.0823.73
Hex66A735F8037b95a18
Octal61521631371006727113230
Binary1101101010111001110111111000011011110111001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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