#066554

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

Shades of Watercourse #066554

Tints of Watercourse #066554

Color information

#066554 (or 0x066554) is unknown color: approx Watercourse. HEX triplet: 06, 65 and 54. RGB value is (6,101,84). Sum of RGB (Red+Green+Blue) = 6+101+84=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #066554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066554 is #F99AAB. Grayscale: #464646. Windows color (decimal): -16358060 or 5530886. OLE color: 5530886.

HSL color Cylindrical-coordinate representation of color #066554: hue angle of 169.26º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066554 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB610184-
CMYK0.9400.170.60
HSL169.26º88.79%20.98%-
HSV(B)169.26º94.06%39.61%-
XYZ6.339.999.98-
YUV70.66135.5381.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.14%
GREEN value IS 101 (39.84% from 255) = 52.88%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=3.14%
G=52.88%
B=43.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6101840.9400.170.60169.2688.7920.98
Hex665545E0113Ca95915
Octal61451241360217425113125
Binary11011001011010100101111001000111110010101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066554; }

 p { color: rgb(6,101,84); }

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

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

 a { background-color: rgb(6,101,84); }

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

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

 span { border-color: rgb(6,101,84); }

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