Html Css Color HEX #868689 Manatee

📋 copy color: '#868689'

red 134 ◦ green 134 ◦ blue 137

#868689
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #868689

Tints of Manatee #868689

RGB

 RED value IS 134 (52.73% from 255) = 33.09%

 GREEN value IS 134 (52.73% from 255) = 33.09%

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 33.09%
G = 33.09%
B = 33.83%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#868689 (or 0x868689) is known color: Manatee. HEX triplet: 86, 86 and 89. RGB value is (134,134,137). Sum of RGB (Red+Green+Blue) = 134+134+137=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 137 - color contains mainly: blue. Hex color #868689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868689 is #797976. Grayscale: #868686. Windows color (decimal): -7960951 or 9012870. OLE color: 9012870.

HSL color Cylindrical-coordinate representation of color #868689: hue angle of 240º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #868689 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 134 137 -
CMYK 0.02 0.02 0 0.46
HSL 240º 0.01% 0.53% -
HSV(B) 240º 0.02% 0.54% -
XYZ 22.87 23.92 27.08 -
YUV 134.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 134 134 137 0.02 0.02 0 0.46 240 0.01 0.53
Hex 86 86 89 2 2 0 2E F0 1 35
Octal 206 206 211 2 2 0 56 360 1 65
Binary 10000110 10000110 10001001 10 10 0 101110 11110000 1 110101

Color Harmonies of #868689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868689

Black with #868689

Text Example


Text Example

White with #868689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868689; }

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

 H1.HeaderClassName
 {
   color: #868689;
 }
 .AnyTagClassName
 {
   color: #868689;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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