#066A51

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

Shades of Watercourse #066A51

Tints of Watercourse #066A51

Color information

#066A51 (or 0x066A51) is unknown color: approx Watercourse. HEX triplet: 06, 6A and 51. RGB value is (6,106,81). Sum of RGB (Red+Green+Blue) = 6+106+81=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 106 (41.80% from 255 or 54.92% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 106 - color contains mainly: green. Hex color #066A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A51 is #F995AE. Grayscale: #494949. Windows color (decimal): -16356783 or 5335558. OLE color: 5335558.

HSL color Cylindrical-coordinate representation of color #066A51: hue angle of 165º 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 #066A51 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB610681-
CMYK0.9400.240.58
HSL165º89.29%21.96%-
HSV(B)165º94.34%41.57%-
XYZ6.7110.949.54-
YUV73.25132.3780.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 106 (41.80% from 255) = 54.92%
BLUE value IS 81 (32.03% from 255) = 41.97%
R=3.11%
G=54.92%
B=41.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6106810.9400.240.5816589.2921.96
Hex66A515E0183Aa55916
Octal61521211360307224513126
Binary11011010101010001101111001100011101010100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,106,81); }

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

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

 a { background-color: rgb(6,106,81); }

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

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

 span { border-color: rgb(6,106,81); }

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