#687583

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

Shades of Raven #687583

Tints of Raven #687583

Color information

#687583 (or 0x687583) is unknown color: approx Raven. HEX triplet: 68, 75 and 83. RGB value is (104,117,131). Sum of RGB (Red+Green+Blue) = 104+117+131=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 131 - color contains mainly: blue. Hex color #687583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687583 is #978A7C. Grayscale: #727272. Windows color (decimal): -9931389 or 8615272. OLE color: 8615272.

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

Color convert

RGB104117131-
CMYK0.210.1100.49
HSL211.11º11.49%46.08%-
HSV(B)211.11º20.61%51.37%-
XYZ16.1717.323.96-
YUV114.71137.19120.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=29.55%
G=33.24%
B=37.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041171310.210.1100.49211.1111.4946.08
Hex68758315B031d3b2e
Octal15016520325130613231356
Binary11010001110101100000111010110110110001110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687583; }

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

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

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

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

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

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

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

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