Html Css Color HEX #687F93 Slate Grey

📋 copy color: '#687F93'

red 104 ◦ green 127 ◦ blue 147

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

Shades of Slate Grey #687F93

Tints of Slate Grey #687F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 27.51%
G = 33.6%
B = 38.89%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#687F93 (or 0x687F93) is known color: Slate Grey. HEX triplet: 68, 7F and 93. RGB value is (104,127,147). Sum of RGB (Red+Green+Blue) = 104+127+147=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #687F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F93 is #97806C. Grayscale: #7A7A7A. Windows color (decimal): -9928813 or 9666408. OLE color: 9666408.

HSL color Cylindrical-coordinate representation of color #687F93: hue angle of 207.91º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #687F93 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 127 147 -
CMYK 0.29 0.14 0 0.42
HSL 207.91º 0.17% 0.49% -
HSV(B) 207.91º 0.29% 0.58% -
XYZ 18.56 20.23 30.53 -
YUV 122.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 104 127 147 0.29 0.14 0 0.42 207.91 0.17 0.49
Hex 68 7F 93 1D E 0 2A D0 11 31
Octal 150 177 223 35 16 0 52 320 21 61
Binary 1101000 1111111 10010011 11101 1110 0 101010 11010000 10001 110001

Color Harmonies of #687F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687F93

Black with #687F93

Text Example


Text Example

White with #687F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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