#687386

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

Shades of Raven #687386

Tints of Raven #687386

Color information

#687386 (or 0x687386) is unknown color: approx Raven. HEX triplet: 68, 73 and 86. RGB value is (104,115,134). Sum of RGB (Red+Green+Blue) = 104+115+134=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 134 - color contains mainly: blue. Hex color #687386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687386 is #978C79. Grayscale: #717171. Windows color (decimal): -9931898 or 8811368. OLE color: 8811368.

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

Color convert

RGB104115134-
CMYK0.220.1400.47
HSL218º12.61%46.67%-
HSV(B)218º22.39%52.55%-
XYZ16.1416.9324.97-
YUV113.88139.36120.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 134 (52.73% from 255) = 37.96%
R=29.46%
G=32.58%
B=37.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041151340.220.1400.4721812.6146.67
Hex68738616E02Fdad2f
Octal15016320626160573321557
Binary11010001110011100001101011011100101111110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687386; }

 p { color: rgb(104,115,134); }

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

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

 a { background-color: rgb(104,115,134); }

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

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

 span { border-color: rgb(104,115,134); }

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