#06684E

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

Shades of Watercourse #06684E

Tints of Watercourse #06684E

Color information

#06684E (or 0x06684E) is unknown color: approx Watercourse. HEX triplet: 06, 68 and 4E. RGB value is (6,104,78). Sum of RGB (Red+Green+Blue) = 6+104+78=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 104 (41.02% from 255 or 55.32% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 104 - color contains mainly: green. Hex color #06684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06684E is #F997B1. Grayscale: #474747. Windows color (decimal): -16357298 or 5138438. OLE color: 5138438.

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

Color convert

RGB610478-
CMYK0.9400.250.59
HSL164.08º89.09%21.57%-
HSV(B)164.08º94.23%40.78%-
XYZ6.410.498.9-
YUV71.73131.5381.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 104 (41.02% from 255) = 55.32%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=3.19%
G=55.32%
B=41.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104780.9400.250.59164.0889.0921.57
Hex6684E5E0193Ba45916
Octal61501161360317324413126
Binary11011010001001110101111001100111101110100100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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