#06694A

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

Shades of Watercourse #06694A

Tints of Watercourse #06694A

Color information

#06694A (or 0x06694A) is unknown color: approx Watercourse. HEX triplet: 06, 69 and 4A. RGB value is (6,105,74). Sum of RGB (Red+Green+Blue) = 6+105+74=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #06694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06694A is #F996B5. Grayscale: #474747. Windows color (decimal): -16357046 or 4876550. OLE color: 4876550.

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

Color convert

RGB610574-
CMYK0.9400.300.59
HSL161.21º89.19%21.76%-
HSV(B)161.21º94.29%41.18%-
XYZ6.3610.648.2-
YUV71.86129.281.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 105 (41.41% from 255) = 56.76%
BLUE value IS 74 (29.30% from 255) = 40%
R=3.24%
G=56.76%
B=40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105740.9400.300.59161.2189.1921.76
Hex6694A5E01E3Ba15916
Octal61511121360367324113126
Binary11011010011001010101111001111011101110100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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