#687284

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

Shades of Raven #687284

Tints of Raven #687284

Color information

#687284 (or 0x687284) is unknown color: approx Raven. HEX triplet: 68, 72 and 84. RGB value is (104,114,132). Sum of RGB (Red+Green+Blue) = 104+114+132=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #687284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687284 is #978D7B. Grayscale: #707070. Windows color (decimal): -9932156 or 8680040. OLE color: 8680040.

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

Color convert

RGB104114132-
CMYK0.210.1400.48
HSL218.57º11.86%46.27%-
HSV(B)218.57º21.21%51.76%-
XYZ15.8916.6424.2-
YUV113.06138.69121.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=29.71%
G=32.57%
B=37.71%

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
Decimal1041141320.210.1400.48218.5711.8646.27
Hex68728415E030dbc2e
Octal15016220425160603331456
Binary11010001110010100001001010111100110000110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687284; }

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

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

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

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

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

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

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

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