#687686

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

Shades of Raven #687686

Tints of Raven #687686

Color information

#687686 (or 0x687686) is unknown color: approx Raven. HEX triplet: 68, 76 and 86. RGB value is (104,118,134). Sum of RGB (Red+Green+Blue) = 104+118+134=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #687686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687686 is #978979. Grayscale: #737373. Windows color (decimal): -9931130 or 8812136. OLE color: 8812136.

HSL color Cylindrical-coordinate representation of color #687686: hue angle of 212º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #687686 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104118134-
CMYK0.220.1200.47
HSL212º12.61%46.67%-
HSV(B)212º22.39%52.55%-
XYZ16.4917.6225.09-
YUV115.64138.36119.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 134 (52.73% from 255) = 37.64%
R=29.21%
G=33.15%
B=37.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041181340.220.1200.4721212.6146.67
Hex68768616C02Fd4d2f
Octal15016620626140573241557
Binary11010001110110100001101011011000101111110101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687686; }

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

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

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

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

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

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

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

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