#686C7A

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

Shades of Raven #686C7A

Tints of Raven #686C7A

Color information

#686C7A (or 0x686C7A) is unknown color: approx Raven. HEX triplet: 68, 6C and 7A. RGB value is (104,108,122). Sum of RGB (Red+Green+Blue) = 104+108+122=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #686C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C7A is #979385. Grayscale: #6C6C6C. Windows color (decimal): -9933702 or 8023144. OLE color: 8023144.

HSL color Cylindrical-coordinate representation of color #686C7A: hue angle of 226.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686C7A is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB104108122-
CMYK0.150.1100.52
HSL226.67º7.96%44.31%-
HSV(B)226.67º14.75%47.84%-
XYZ14.5815.0720.55-
YUV108.4135.67124.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=31.14%
G=32.34%
B=36.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041081220.150.1100.52226.677.9644.31
Hex686C7AFB034e382c
Octal15015417217130643431054
Binary110100011011001111010111110110110100111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686C7A; }

 p { color: rgb(104,108,122); }

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

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

 a { background-color: rgb(104,108,122); }

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

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

 span { border-color: rgb(104,108,122); }

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