#066C6E

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

Shades of Blue Lagoon #066C6E

Tints of Blue Lagoon #066C6E

Color information

#066C6E (or 0x066C6E) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6C and 6E. RGB value is (6,108,110). Sum of RGB (Red+Green+Blue) = 6+108+110=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #066C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C6E is #F99391. Grayscale: #4D4D4D. Windows color (decimal): -16356242 or 7236614. OLE color: 7236614.

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

Color convert

RGB6108110-
CMYK0.950.0200.57
HSL181.15º89.66%22.75%-
HSV(B)181.15º94.55%43.14%-
XYZ8.2511.8916.61-
YUV77.73146.2176.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 108 (42.58% from 255) = 48.21%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=2.68%
G=48.21%
B=49.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61081100.950.0200.57181.1589.6622.75
Hex66C6E5F2039b55a17
Octal6154156137207126513227
Binary11011011001101110101111110011100110110101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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