#687182

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

Shades of Raven #687182

Tints of Raven #687182

Color information

#687182 (or 0x687182) is unknown color: approx Raven. HEX triplet: 68, 71 and 82. RGB value is (104,113,130). Sum of RGB (Red+Green+Blue) = 104+113+130=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #687182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687182 is #978E7D. Grayscale: #707070. Windows color (decimal): -9932414 or 8548712. OLE color: 8548712.

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

Color convert

RGB104113130-
CMYK0.20.1300.49
HSL219.23º11.11%45.88%-
HSV(B)219.23º20%50.98%-
XYZ15.6416.3723.45-
YUV112.25138.02122.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=29.97%
G=32.56%
B=37.46%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041131300.20.1300.49219.2311.1145.88
Hex68718214D031dbb2e
Octal15016120224150613331356
Binary11010001110001100000101010011010110001110110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687182; }

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

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

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

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

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

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

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

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