#066B55

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

Shades of Watercourse #066B55

Tints of Watercourse #066B55

Color information

#066B55 (or 0x066B55) is unknown color: approx Watercourse. HEX triplet: 06, 6B and 55. RGB value is (6,107,85). Sum of RGB (Red+Green+Blue) = 6+107+85=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #066B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B55 is #F994AA. Grayscale: #4A4A4A. Windows color (decimal): -16356523 or 5597958. OLE color: 5597958.

HSL color Cylindrical-coordinate representation of color #066B55: hue angle of 166.93º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B55 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB610785-
CMYK0.9400.210.58
HSL166.93º89.38%22.16%-
HSV(B)166.93º94.39%41.96%-
XYZ6.9711.2110.39-
YUV74.29134.0479.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.03%
GREEN value IS 107 (42.19% from 255) = 54.04%
BLUE value IS 85 (33.59% from 255) = 42.93%
R=3.03%
G=54.04%
B=42.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6107850.9400.210.58166.9389.3822.16
Hex66B555E0153Aa75916
Octal61531251360257224713126
Binary11011010111010101101111001010111101010100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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