#06614B

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

Shades of Watercourse #06614B

Tints of Watercourse #06614B

Color information

#06614B (or 0x06614B) is unknown color: approx Watercourse. HEX triplet: 06, 61 and 4B. RGB value is (6,97,75). Sum of RGB (Red+Green+Blue) = 6+97+75=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #06614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06614B is #F99EB4. Grayscale: #434343. Windows color (decimal): -16359093 or 4940038. OLE color: 4940038.

HSL color Cylindrical-coordinate representation of color #06614B: hue angle of 165.49º 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 #06614B is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB69775-
CMYK0.9400.230.62
HSL165.49º88.35%20.2%-
HSV(B)165.49º93.81%38.04%-
XYZ5.629.18.12-
YUV67.28132.3584.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.37%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=3.37%
G=54.49%
B=42.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697750.9400.230.62165.4988.3520.2
Hex6614B5E0173Ea55814
Octal61411131360277624513024
Binary11011000011001011101111001011111111010100101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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