#687FA1

Color #687FA1 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #687FA1

Tints of Slate Grey #687FA1

Color information

#687FA1 (or 0x687FA1) is unknown color: approx Slate Grey. HEX triplet: 68, 7F and A1. RGB value is (104,127,161). Sum of RGB (Red+Green+Blue) = 104+127+161=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 161 - color contains mainly: blue. Hex color #687FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687FA1 is #97805E. Grayscale: #7B7B7B. Windows color (decimal): -9928799 or 10583912. OLE color: 10583912.

HSL color Cylindrical-coordinate representation of color #687FA1: hue angle of 215.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #687FA1 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB104127161-
CMYK0.350.2100.37
HSL215.79º23.27%51.96%-
HSV(B)215.79º35.4%63.14%-
XYZ19.7320.736.67-
YUV124148.88113.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 161 (63.28% from 255) = 41.07%
R=26.53%
G=32.40%
B=41.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1041271610.350.2100.37215.7923.2751.96
Hex687FA12315025d81734
Octal15017724143250453302764
Binary11010001111111101000011000111010101001011101100010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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