#066B6D

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

Shades of Blue Lagoon #066B6D

Tints of Blue Lagoon #066B6D

Color information

#066B6D (or 0x066B6D) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6B and 6D. RGB value is (6,107,109). Sum of RGB (Red+Green+Blue) = 6+107+109=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #066B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B6D is #F99492. Grayscale: #4C4C4C. Windows color (decimal): -16356499 or 7170822. OLE color: 7170822.

HSL color Cylindrical-coordinate representation of color #066B6D: hue angle of 181.17º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B6D is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6107109-
CMYK0.940.0200.57
HSL181.17º89.57%22.55%-
HSV(B)181.17º94.5%42.75%-
XYZ8.0911.6616.29-
YUV77.03146.0477.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 107 (42.19% from 255) = 48.20%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=2.70%
G=48.20%
B=49.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61071090.940.0200.57181.1789.5722.55
Hex66B6D5E2039b55a17
Octal6153155136207126513227
Binary11011010111101101101111010011100110110101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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