#687685

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

Shades of Raven #687685

Tints of Raven #687685

Color information

#687685 (or 0x687685) is unknown color: approx Raven. HEX triplet: 68, 76 and 85. RGB value is (104,118,133). Sum of RGB (Red+Green+Blue) = 104+118+133=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #687685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687685 is #97897A. Grayscale: #737373. Windows color (decimal): -9931131 or 8746600. OLE color: 8746600.

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

Color convert

RGB104118133-
CMYK0.220.1100.48
HSL211.03º12.24%46.47%-
HSV(B)211.03º21.8%52.16%-
XYZ16.4217.5924.72-
YUV115.52137.86119.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=29.30%
G=33.24%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041181330.220.1100.48211.0312.2446.47
Hex68768516B030d3c2e
Octal15016620526130603231456
Binary11010001110110100001011011010110110000110100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687685; }

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

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

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

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

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

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

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

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