#686C75

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

Shades of Raven #686C75

Tints of Raven #686C75

Color information

#686C75 (or 0x686C75) is unknown color: approx Raven. HEX triplet: 68, 6C and 75. RGB value is (104,108,117). Sum of RGB (Red+Green+Blue) = 104+108+117=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #686C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C75 is #97938A. Grayscale: #6B6B6B. Windows color (decimal): -9933707 or 7695464. OLE color: 7695464.

HSL color Cylindrical-coordinate representation of color #686C75: hue angle of 221.54º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #686C75 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB104108117-
CMYK0.110.0800.54
HSL221.54º5.88%43.33%-
HSV(B)221.54º11.11%45.88%-
XYZ14.2814.9518.96-
YUV107.83133.17125.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=31.61%
G=32.83%
B=35.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041081170.110.0800.54221.545.8843.33
Hex686C75B8036de62b
Octal1501541651310066336653
Binary11010001101100111010110111000011011011011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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