#687080

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

Shades of Raven #687080

Tints of Raven #687080

Color information

#687080 (or 0x687080) is unknown color: approx Raven. HEX triplet: 68, 70 and 80. RGB value is (104,112,128). Sum of RGB (Red+Green+Blue) = 104+112+128=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #687080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687080 is #978F7F. Grayscale: #6F6F6F. Windows color (decimal): -9932672 or 8417384. OLE color: 8417384.

HSL color Cylindrical-coordinate representation of color #687080: hue angle of 220º 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 #687080 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB104112128-
CMYK0.190.1200.50
HSL220º10.34%45.49%-
HSV(B)220º18.75%50.2%-
XYZ15.416.0922.72-
YUV111.43137.35122.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=30.23%
G=32.56%
B=37.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041121280.190.1200.5022010.3445.49
Hex68708013C032dca2d
Octal15016020023140623341255
Binary11010001110000100000001001111000110010110111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687080; }

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

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

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

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

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

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

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

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