#06694E

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

Shades of Watercourse #06694E

Tints of Watercourse #06694E

Color information

#06694E (or 0x06694E) is unknown color: approx Watercourse. HEX triplet: 06, 69 and 4E. RGB value is (6,105,78). Sum of RGB (Red+Green+Blue) = 6+105+78=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #06694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06694E is #F996B1. Grayscale: #484848. Windows color (decimal): -16357042 or 5138694. OLE color: 5138694.

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

Color convert

RGB610578-
CMYK0.9400.260.59
HSL163.64º89.19%21.76%-
HSV(B)163.64º94.29%41.18%-
XYZ6.510.698.93-
YUV72.32131.280.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 105 (41.41% from 255) = 55.56%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=3.17%
G=55.56%
B=41.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105780.9400.260.59163.6489.1921.76
Hex6694E5E01A3Ba45916
Octal61511161360327324413126
Binary11011010011001110101111001101011101110100100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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