#066953

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

Shades of Watercourse #066953

Tints of Watercourse #066953

Color information

#066953 (or 0x066953) is unknown color: approx Watercourse. HEX triplet: 06, 69 and 53. RGB value is (6,105,83). Sum of RGB (Red+Green+Blue) = 6+105+83=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #066953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066953 is #F996AC. Grayscale: #484848. Windows color (decimal): -16357037 or 5466374. OLE color: 5466374.

HSL color Cylindrical-coordinate representation of color #066953: hue angle of 166.67º 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 #066953 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB610583-
CMYK0.9400.210.59
HSL166.67º89.19%21.76%-
HSV(B)166.67º94.29%41.18%-
XYZ6.6910.779.91-
YUV72.89133.780.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.09%
GREEN value IS 105 (41.41% from 255) = 54.12%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=3.09%
G=54.12%
B=42.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105830.9400.210.59166.6789.1921.76
Hex669535E0153Ba75916
Octal61511231360257324713126
Binary11011010011010011101111001010111101110100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066953; }

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

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

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

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

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

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

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

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