#687184

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

Shades of Raven #687184

Tints of Raven #687184

Color information

#687184 (or 0x687184) is unknown color: approx Raven. HEX triplet: 68, 71 and 84. RGB value is (104,113,132). Sum of RGB (Red+Green+Blue) = 104+113+132=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #687184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687184 is #978E7B. Grayscale: #707070. Windows color (decimal): -9932412 or 8679784. OLE color: 8679784.

HSL color Cylindrical-coordinate representation of color #687184: hue angle of 220.71º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #687184 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB104113132-
CMYK0.210.1400.48
HSL220.71º11.86%46.27%-
HSV(B)220.71º21.21%51.76%-
XYZ15.7816.4224.17-
YUV112.48139.02121.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=29.80%
G=32.38%
B=37.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041131320.210.1400.48220.7111.8646.27
Hex68718415E030ddc2e
Octal15016120425160603351456
Binary11010001110001100001001010111100110000110111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687184; }

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

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

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

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

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

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

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

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