#687082

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

Shades of Raven #687082

Tints of Raven #687082

Color information

#687082 (or 0x687082) is unknown color: approx Raven. HEX triplet: 68, 70 and 82. RGB value is (104,112,130). Sum of RGB (Red+Green+Blue) = 104+112+130=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #687082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687082 is #978F7D. Grayscale: #6F6F6F. Windows color (decimal): -9932670 or 8548456. OLE color: 8548456.

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

Color convert

RGB104112130-
CMYK0.20.1400.49
HSL221.54º11.11%45.88%-
HSV(B)221.54º20%50.98%-
XYZ15.5316.1423.42-
YUV111.66138.35122.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=30.06%
G=32.37%
B=37.57%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041121300.20.1400.49221.5411.1145.88
Hex68708214E031deb2e
Octal15016020224160613361356
Binary11010001110000100000101010011100110001110111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687082; }

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

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

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

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

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

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

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

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