#066E75

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

Shades of Blue Lagoon #066E75

Tints of Blue Lagoon #066E75

Color information

#066E75 (or 0x066E75) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6E and 75. RGB value is (6,110,117). Sum of RGB (Red+Green+Blue) = 6+110+117=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #066E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066E75 is #F9918A. Grayscale: #4F4F4F. Windows color (decimal): -16355723 or 7695878. OLE color: 7695878.

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

Color convert

RGB6110117-
CMYK0.950.0600.54
HSL183.78º90.24%24.12%-
HSV(B)183.78º94.87%45.88%-
XYZ8.8612.4718.77-
YUV79.7149.0475.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 110 (43.36% from 255) = 47.21%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=2.58%
G=47.21%
B=50.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61101170.950.0600.54183.7890.2424.12
Hex66E755F6036b85a18
Octal6156165137606627013230
Binary110110111011101011011111110011011010111000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,110,117); }

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

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

 a { background-color: rgb(6,110,117); }

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

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

 span { border-color: rgb(6,110,117); }

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