#868694

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

Shades of Manatee #868694

Tints of Manatee #868694

Color information

#868694 (or 0x868694) is unknown color: approx Manatee. HEX triplet: 86, 86 and 94. RGB value is (134,134,148). Sum of RGB (Red+Green+Blue) = 134+134+148=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 148 - color contains mainly: blue. Hex color #868694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868694 is #79796B. Grayscale: #878787. Windows color (decimal): -7960940 or 9733766. OLE color: 9733766.

HSL color Cylindrical-coordinate representation of color #868694: hue angle of 240º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #868694 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134134148-
CMYK0.090.0900.42
HSL240º6.14%55.29%-
HSV(B)240º9.46%58.04%-
XYZ23.724.2631.45-
YUV135.6135126.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=32.21%
G=32.21%
B=35.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341341480.090.0900.422406.1455.29
Hex8686949902Af0637
Octal2062062241111052360667
Binary10000110100001101001010010011001010101011110000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868694; }

 p { color: rgb(134,134,148); }

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

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

 a { background-color: rgb(134,134,148); }

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

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

 span { border-color: rgb(134,134,148); }

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