#68717F

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

Shades of Raven #68717F

Tints of Raven #68717F

Color information

#68717F (or 0x68717F) is unknown color: approx Raven. HEX triplet: 68, 71 and 7F. RGB value is (104,113,127). Sum of RGB (Red+Green+Blue) = 104+113+127=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #68717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68717F is #978E80. Grayscale: #6F6F6F. Windows color (decimal): -9932417 or 8352104. OLE color: 8352104.

HSL color Cylindrical-coordinate representation of color #68717F: hue angle of 216.52º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68717F is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB104113127-
CMYK0.180.1100.50
HSL216.52º9.96%45.29%-
HSV(B)216.52º18.11%49.8%-
XYZ15.4416.2922.41-
YUV111.9136.52122.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 127 (50% from 255) = 36.92%
R=30.23%
G=32.85%
B=36.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041131270.180.1100.50216.529.9645.29
Hex68717F12B032d9a2d
Octal15016117722130623311255
Binary1101000111000111111111001010110110010110110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68717F; }

 p { color: rgb(104,113,127); }

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

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

 a { background-color: rgb(104,113,127); }

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

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

 span { border-color: rgb(104,113,127); }

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