#066D75

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

Shades of Blue Lagoon #066D75

Tints of Blue Lagoon #066D75

Color information

#066D75 (or 0x066D75) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6D and 75. RGB value is (6,109,117). Sum of RGB (Red+Green+Blue) = 6+109+117=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #066D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D75 is #F9928A. Grayscale: #4E4E4E. Windows color (decimal): -16355979 or 7695622. OLE color: 7695622.

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

Color convert

RGB6109117-
CMYK0.950.0700.54
HSL184.32º90.24%24.12%-
HSV(B)184.32º94.87%45.88%-
XYZ8.7512.2618.73-
YUV79.12149.3875.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.59%
GREEN value IS 109 (42.97% from 255) = 46.98%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=2.59%
G=46.98%
B=50.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61091170.950.0700.54184.3290.2424.12
Hex66D755F7036b85a18
Octal6155165137706627013230
Binary110110110111101011011111111011011010111000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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