#06694F

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

Shades of Watercourse #06694F

Tints of Watercourse #06694F

Color information

#06694F (or 0x06694F) is unknown color: approx Watercourse. HEX triplet: 06, 69 and 4F. RGB value is (6,105,79). Sum of RGB (Red+Green+Blue) = 6+105+79=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #06694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06694F is #F996B0. Grayscale: #484848. Windows color (decimal): -16357041 or 5204230. OLE color: 5204230.

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

Color convert

RGB610579-
CMYK0.9400.250.59
HSL164.24º89.19%21.76%-
HSV(B)164.24º94.29%41.18%-
XYZ6.5410.719.12-
YUV72.44131.780.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 105 (41.41% from 255) = 55.26%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=3.16%
G=55.26%
B=41.58%

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
Decimal6105790.9400.250.59164.2489.1921.76
Hex6694F5E0193Ba45916
Octal61511171360317324413126
Binary11011010011001111101111001100111101110100100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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