#066951

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

Shades of Watercourse #066951

Tints of Watercourse #066951

Color information

#066951 (or 0x066951) is unknown color: approx Watercourse. HEX triplet: 06, 69 and 51. RGB value is (6,105,81). Sum of RGB (Red+Green+Blue) = 6+105+81=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #066951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066951 is #F996AE. Grayscale: #484848. Windows color (decimal): -16357039 or 5335302. OLE color: 5335302.

HSL color Cylindrical-coordinate representation of color #066951: hue angle of 165.45º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066951 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB610581-
CMYK0.9400.230.59
HSL165.45º89.19%21.76%-
HSV(B)165.45º94.29%41.18%-
XYZ6.6110.749.51-
YUV72.66132.780.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 105 (41.41% from 255) = 54.69%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=3.12%
G=54.69%
B=42.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105810.9400.230.59165.4589.1921.76
Hex669515E0173Ba55916
Octal61511211360277324513126
Binary11011010011010001101111001011111101110100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066951; }

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

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

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

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

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

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

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

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