#066A76

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

Shades of Blue Lagoon #066A76

Tints of Blue Lagoon #066A76

Color information

#066A76 (or 0x066A76) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6A and 76. RGB value is (6,106,118). Sum of RGB (Red+Green+Blue) = 6+106+118=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #066A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A76 is #F99589. Grayscale: #4D4D4D. Windows color (decimal): -16356746 or 7760390. OLE color: 7760390.

HSL color Cylindrical-coordinate representation of color #066A76: hue angle of 186.43º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066A76 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6106118-
CMYK0.950.1000.54
HSL186.43º90.32%24.31%-
HSV(B)186.43º94.92%46.27%-
XYZ8.511.6518.94-
YUV77.47150.8777.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.61%
GREEN value IS 106 (41.80% from 255) = 46.09%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=2.61%
G=46.09%
B=51.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61061180.950.1000.54186.4390.3224.31
Hex66A765FA036ba5a18
Octal61521661371206627213230
Binary1101101010111011010111111010011011010111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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