Html Css Color HEX #687F91 Slate Grey

📋 copy color: '#687F91'

red 104 ◦ green 127 ◦ blue 145

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

Shades of Slate Grey #687F91

Tints of Slate Grey #687F91

RGB

 RED value IS 104 (41.02% from 255) = 27.66%

 GREEN value IS 127 (50% from 255) = 33.78%

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 27.66%
G = 33.78%
B = 38.56%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#687F91 (or 0x687F91) is known color: Slate Grey. HEX triplet: 68, 7F and 91. RGB value is (104,127,145). Sum of RGB (Red+Green+Blue) = 104+127+145=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #687F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F91 is #97806E. Grayscale: #7A7A7A. Windows color (decimal): -9928815 or 9535336. OLE color: 9535336.

HSL color Cylindrical-coordinate representation of color #687F91: hue angle of 206.34º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #687F91 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 127 145 -
CMYK 0.28 0.12 0 0.43
HSL 206.34º 0.16% 0.49% -
HSV(B) 206.34º 0.28% 0.57% -
XYZ 18.41 20.17 29.71 -
YUV 122.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 104 127 145 0.28 0.12 0 0.43 206.34 0.16 0.49
Hex 68 7F 91 1C C 0 2B CE 10 31
Octal 150 177 221 34 14 0 53 316 20 61
Binary 1101000 1111111 10010001 11100 1100 0 101011 11001110 10000 110001

Color Harmonies of #687F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687F91

Black with #687F91

Text Example


Text Example

White with #687F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687F91; }

 p { color: rgb(104,127,145); }

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

background-color css

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

 a { background-color: rgb(104,127,145); }

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

border-color css

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

 span { border-color: rgb(104,127,145); }

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