#687280

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

Shades of Raven #687280

Tints of Raven #687280

Color information

#687280 (or 0x687280) is unknown color: approx Raven. HEX triplet: 68, 72 and 80. RGB value is (104,114,128). Sum of RGB (Red+Green+Blue) = 104+114+128=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #687280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687280 is #978D7F. Grayscale: #707070. Windows color (decimal): -9932160 or 8417896. OLE color: 8417896.

HSL color Cylindrical-coordinate representation of color #687280: hue angle of 215º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #687280 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB104114128-
CMYK0.190.1100.50
HSL215º10.34%45.49%-
HSV(B)215º18.75%50.2%-
XYZ15.6216.5422.79-
YUV112.61136.69121.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=30.06%
G=32.95%
B=36.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041141280.190.1100.5021510.3445.49
Hex68728013B032d7a2d
Octal15016220023130623271255
Binary11010001110010100000001001110110110010110101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687280; }

 p { color: rgb(104,114,128); }

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

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

 a { background-color: rgb(104,114,128); }

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

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

 span { border-color: rgb(104,114,128); }

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