#687482

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

Shades of Raven #687482

Tints of Raven #687482

Color information

#687482 (or 0x687482) is unknown color: approx Raven. HEX triplet: 68, 74 and 82. RGB value is (104,116,130). Sum of RGB (Red+Green+Blue) = 104+116+130=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #687482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687482 is #978B7D. Grayscale: #717171. Windows color (decimal): -9931646 or 8549480. OLE color: 8549480.

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

Color convert

RGB104116130-
CMYK0.20.1100.49
HSL212.31º11.11%45.88%-
HSV(B)212.31º20%50.98%-
XYZ15.9817.0523.57-
YUV114.01137.02120.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=29.71%
G=33.14%
B=37.14%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041161300.20.1100.49212.3111.1145.88
Hex68748214B031d4b2e
Octal15016420224130613241356
Binary11010001110100100000101010010110110001110101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687482; }

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

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

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

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

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

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

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

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