#687382

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

Shades of Raven #687382

Tints of Raven #687382

Color information

#687382 (or 0x687382) is unknown color: approx Raven. HEX triplet: 68, 73 and 82. RGB value is (104,115,130). Sum of RGB (Red+Green+Blue) = 104+115+130=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #687382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687382 is #978C7D. Grayscale: #717171. Windows color (decimal): -9931902 or 8549224. OLE color: 8549224.

HSL color Cylindrical-coordinate representation of color #687382: hue angle of 214.62º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #687382 is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104115130-
CMYK0.20.1200.49
HSL214.62º11.11%45.88%-
HSV(B)214.62º20%50.98%-
XYZ15.8716.8223.53-
YUV113.42137.36121.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=29.80%
G=32.95%
B=37.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041151300.20.1200.49214.6211.1145.88
Hex68738214C031d7b2e
Octal15016320224140613271356
Binary11010001110011100000101010011000110001110101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687382; }

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

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

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

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

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

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

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

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