#066D78

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

Shades of Blue Lagoon #066D78

Tints of Blue Lagoon #066D78

Color information

#066D78 (or 0x066D78) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6D and 78. RGB value is (6,109,120). Sum of RGB (Red+Green+Blue) = 6+109+120=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #066D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D78 is #F99287. Grayscale: #4F4F4F. Windows color (decimal): -16355976 or 7892230. OLE color: 7892230.

HSL color Cylindrical-coordinate representation of color #066D78: hue angle of 185.79º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066D78 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6109120-
CMYK0.950.0900.53
HSL185.79º90.48%24.71%-
HSV(B)185.79º95%47.06%-
XYZ8.9312.3319.68-
YUV79.46150.8875.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=2.55%
G=46.38%
B=51.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61091200.950.0900.53185.7990.4824.71
Hex66D785F9035ba5a19
Octal61551701371106527213231
Binary1101101101111100010111111001011010110111010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,109,120); }

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

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

 a { background-color: rgb(6,109,120); }

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

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

 span { border-color: rgb(6,109,120); }

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