Html Css Color HEX #687A90 Slate Grey

📋 copy color: '#687A90'

red 104 ◦ green 122 ◦ blue 144

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

Shades of Slate Grey #687A90

Tints of Slate Grey #687A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

 BLUE value IS 144 (56.64% from 255) = 38.92%

R = 28.11%
G = 32.97%
B = 38.92%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#687A90 (or 0x687A90) is known color: Slate Grey. HEX triplet: 68, 7A and 90. RGB value is (104,122,144). Sum of RGB (Red+Green+Blue) = 104+122+144=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #687A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A90 is #97856F. Grayscale: #777777. Windows color (decimal): -9930096 or 9468520. OLE color: 9468520.

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

Color convert

RGB 104 122 144 -
CMYK 0.28 0.15 0 0.44
HSL 213º 0.16% 0.49% -
HSV(B) 213º 0.28% 0.56% -
XYZ 17.7 18.88 29.1 -
YUV 119.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 104 122 144 0.28 0.15 0 0.44 213 0.16 0.49
Hex 68 7A 90 1C F 0 2C D5 10 31
Octal 150 172 220 34 17 0 54 325 20 61
Binary 1101000 1111010 10010000 11100 1111 0 101100 11010101 10000 110001

Color Harmonies of #687A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687A90

Black with #687A90

Text Example


Text Example

White with #687A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,122,144); }

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

background-color css

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

 a { background-color: rgb(104,122,144); }

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

border-color css

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

 span { border-color: rgb(104,122,144); }

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