#687582

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

Shades of Raven #687582

Tints of Raven #687582

Color information

#687582 (or 0x687582) is unknown color: approx Raven. HEX triplet: 68, 75 and 82. RGB value is (104,117,130). Sum of RGB (Red+Green+Blue) = 104+117+130=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #687582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687582 is #978A7D. Grayscale: #727272. Windows color (decimal): -9931390 or 8549736. OLE color: 8549736.

HSL color Cylindrical-coordinate representation of color #687582: hue angle of 210º 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 #687582 is Cyan = 0.2, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104117130-
CMYK0.20.100.49
HSL210º11.11%45.88%-
HSV(B)210º20%50.98%-
XYZ16.117.2823.61-
YUV114.6136.69120.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.63%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=29.63%
G=33.33%
B=37.04%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041171300.20.100.4921011.1145.88
Hex68758214A031d2b2e
Octal15016520224120613221356
Binary11010001110101100000101010010100110001110100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687582; }

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

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

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

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

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

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

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

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