#687687

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

Shades of Raven #687687

Tints of Raven #687687

Color information

#687687 (or 0x687687) is unknown color: approx Raven. HEX triplet: 68, 76 and 87. RGB value is (104,118,135). Sum of RGB (Red+Green+Blue) = 104+118+135=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #687687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687687 is #978978. Grayscale: #737373. Windows color (decimal): -9931129 or 8877672. OLE color: 8877672.

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

Color convert

RGB104118135-
CMYK0.230.1300.47
HSL212.9º12.97%46.86%-
HSV(B)212.9º22.96%52.94%-
XYZ16.5617.6525.46-
YUV115.75138.86119.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=29.13%
G=33.05%
B=37.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041181350.230.1300.47212.912.9746.86
Hex68768717D02Fd5d2f
Octal15016620727150573251557
Binary11010001110110100001111011111010101111110101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687687; }

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

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

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

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

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

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

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

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