#06604D

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

Shades of Watercourse #06604D

Tints of Watercourse #06604D

Color information

#06604D (or 0x06604D) is unknown color: approx Watercourse. HEX triplet: 06, 60 and 4D. RGB value is (6,96,77). Sum of RGB (Red+Green+Blue) = 6+96+77=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #06604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06604D is #F99FB2. Grayscale: #424242. Windows color (decimal): -16359347 or 5070854. OLE color: 5070854.

HSL color Cylindrical-coordinate representation of color #06604D: hue angle of 167.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06604D is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB69677-
CMYK0.9400.200.62
HSL167.33º88.24%20%-
HSV(B)167.33º93.75%37.65%-
XYZ5.68.948.45-
YUV66.92133.6884.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=3.35%
G=53.63%
B=43.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696770.9400.200.62167.3388.2420
Hex6604D5E0143Ea75814
Octal61401151360247624713024
Binary11011000001001101101111001010011111010100111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06604D; }

 p { color: rgb(6,96,77); }

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

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

 a { background-color: rgb(6,96,77); }

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

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

 span { border-color: rgb(6,96,77); }

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