#06614C

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

Shades of Watercourse #06614C

Tints of Watercourse #06614C

Color information

#06614C (or 0x06614C) is unknown color: approx Watercourse. HEX triplet: 06, 61 and 4C. RGB value is (6,97,76). Sum of RGB (Red+Green+Blue) = 6+97+76=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #06614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06614C is #F99EB3. Grayscale: #434343. Windows color (decimal): -16359092 or 5005574. OLE color: 5005574.

HSL color Cylindrical-coordinate representation of color #06614C: hue angle of 166.15º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06614C is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB69776-
CMYK0.9400.220.62
HSL166.15º88.35%20.2%-
HSV(B)166.15º93.81%38.04%-
XYZ5.659.118.3-
YUV67.4132.8584.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 97 (38.28% from 255) = 54.19%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=3.35%
G=54.19%
B=42.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697760.9400.220.62166.1588.3520.2
Hex6614C5E0163Ea65814
Octal61411141360267624613024
Binary11011000011001100101111001011011111010100110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06614C; }

 p { color: rgb(6,97,76); }

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

<style>
 a { background-color: #06614C; }

 a { background-color: rgb(6,97,76); }

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

<style>
 span { border-color: #06614C; }

 span { border-color: rgb(6,97,76); }

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