#066A80

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

Shades of Blue Lagoon #066A80

Tints of Blue Lagoon #066A80

Color information

#066A80 (or 0x066A80) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6A and 80. RGB value is (6,106,128). Sum of RGB (Red+Green+Blue) = 6+106+128=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #066A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066A80 is #F9957F. Grayscale: #4E4E4E. Windows color (decimal): -16356736 or 8415750. OLE color: 8415750.

HSL color Cylindrical-coordinate representation of color #066A80: hue angle of 190.82º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066A80 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6106128-
CMYK0.950.1700.50
HSL190.82º91.04%26.27%-
HSV(B)190.82º95.31%50.2%-
XYZ9.1311.9122.24-
YUV78.61155.8776.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 106 (41.80% from 255) = 44.17%
BLUE value IS 128 (50.39% from 255) = 53.33%
R=2.5%
G=44.17%
B=53.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61061280.950.1700.50190.8291.0426.27
Hex66A805F11032bf5b1a
Octal61522001372106227713332
Binary110110101010000000101111110001011001010111111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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