#687487

Color #687487 Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #687487

Tints of Raven #687487

Color information

#687487 (or 0x687487) is unknown color: approx Raven. HEX triplet: 68, 74 and 87. RGB value is (104,116,135). Sum of RGB (Red+Green+Blue) = 104+116+135=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: blue. Hex color #687487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687487 is #978B78. Grayscale: #727272. Windows color (decimal): -9931641 or 8877160. OLE color: 8877160.

HSL color Cylindrical-coordinate representation of color #687487: hue angle of 216.77º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #687487 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104116135-
CMYK0.230.1400.47
HSL216.77º12.97%46.86%-
HSV(B)216.77º22.96%52.94%-
XYZ16.3317.1825.38-
YUV114.58139.52120.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=29.30%
G=32.68%
B=38.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041161350.230.1400.47216.7712.9746.86
Hex68748717E02Fd9d2f
Octal15016420727160573311557
Binary11010001110100100001111011111100101111110110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687487; }

 p { color: rgb(104,116,135); }

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

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

 a { background-color: rgb(104,116,135); }

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

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

 span { border-color: rgb(104,116,135); }

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