#06694D

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

Shades of Watercourse #06694D

Tints of Watercourse #06694D

Color information

#06694D (or 0x06694D) is unknown color: approx Watercourse. HEX triplet: 06, 69 and 4D. RGB value is (6,105,77). Sum of RGB (Red+Green+Blue) = 6+105+77=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #06694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06694D is #F996B2. Grayscale: #484848. Windows color (decimal): -16357043 or 5073158. OLE color: 5073158.

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

Color convert

RGB610577-
CMYK0.9400.270.59
HSL163.03º89.19%21.76%-
HSV(B)163.03º94.29%41.18%-
XYZ6.4710.688.74-
YUV72.21130.780.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 105 (41.41% from 255) = 55.85%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=3.19%
G=55.85%
B=40.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105770.9400.270.59163.0389.1921.76
Hex6694D5E01B3Ba35916
Octal61511151360337324313126
Binary11011010011001101101111001101111101110100011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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