#687584

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

Shades of Raven #687584

Tints of Raven #687584

Color information

#687584 (or 0x687584) is unknown color: approx Raven. HEX triplet: 68, 75 and 84. RGB value is (104,117,132). Sum of RGB (Red+Green+Blue) = 104+117+132=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #687584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687584 is #978A7B. Grayscale: #727272. Windows color (decimal): -9931388 or 8680808. OLE color: 8680808.

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

Color convert

RGB104117132-
CMYK0.210.1100.48
HSL212.14º11.86%46.27%-
HSV(B)212.14º21.21%51.76%-
XYZ16.2417.3324.32-
YUV114.82137.69120.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=29.46%
G=33.14%
B=37.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041171320.210.1100.48212.1411.8646.27
Hex68758415B030d4c2e
Octal15016520425130603241456
Binary11010001110101100001001010110110110000110101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687584; }

 p { color: rgb(104,117,132); }

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

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

 a { background-color: rgb(104,117,132); }

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

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

 span { border-color: rgb(104,117,132); }

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