#687684

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

Shades of Raven #687684

Tints of Raven #687684

Color information

#687684 (or 0x687684) is unknown color: approx Raven. HEX triplet: 68, 76 and 84. RGB value is (104,118,132). Sum of RGB (Red+Green+Blue) = 104+118+132=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #687684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687684 is #97897B. Grayscale: #737373. Windows color (decimal): -9931132 or 8681064. OLE color: 8681064.

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

Color convert

RGB104118132-
CMYK0.210.1100.48
HSL210º11.86%46.27%-
HSV(B)210º21.21%51.76%-
XYZ16.3517.5724.36-
YUV115.41137.36119.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=29.38%
G=33.33%
B=37.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041181320.210.1100.4821011.8646.27
Hex68768415B030d2c2e
Octal15016620425130603221456
Binary11010001110110100001001010110110110000110100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687684; }

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

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

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

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

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

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

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

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