#06684F

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

Shades of Watercourse #06684F

Tints of Watercourse #06684F

Color information

#06684F (or 0x06684F) is unknown color: approx Watercourse. HEX triplet: 06, 68 and 4F. RGB value is (6,104,79). Sum of RGB (Red+Green+Blue) = 6+104+79=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #06684F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06684F is #F997B0. Grayscale: #474747. Windows color (decimal): -16357297 or 5203974. OLE color: 5203974.

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

Color convert

RGB610479-
CMYK0.9400.240.59
HSL164.69º89.09%21.57%-
HSV(B)164.69º94.23%40.78%-
XYZ6.4410.59.09-
YUV71.85132.0381.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=3.17%
G=55.03%
B=41.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104790.9400.240.59164.6989.0921.57
Hex6684F5E0183Ba55916
Octal61501171360307324513126
Binary11011010001001111101111001100011101110100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06684F; }

 p { color: rgb(6,104,79); }

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

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

 a { background-color: rgb(6,104,79); }

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

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

 span { border-color: rgb(6,104,79); }

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