#6B717F

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

Shades of Raven #6B717F

Tints of Raven #6B717F

Color information

#6B717F (or 0x6B717F) is unknown color: approx Raven. HEX triplet: 6B, 71 and 7F. RGB value is (107,113,127). Sum of RGB (Red+Green+Blue) = 107+113+127=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B717F is #948E80. Grayscale: #707070. Windows color (decimal): -9735809 or 8352107. OLE color: 8352107.

HSL color Cylindrical-coordinate representation of color #6B717F: hue angle of 222º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B717F is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB107113127-
CMYK0.160.1100.50
HSL222º8.55%45.88%-
HSV(B)222º15.75%49.8%-
XYZ15.816.4722.42-
YUV112.8136.01123.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.84%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 127 (50% from 255) = 36.60%
R=30.84%
G=32.56%
B=36.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1071131270.160.1100.502228.5545.88
Hex6B717F10B032de92e
Octal15316117720130623361156
Binary1101011111000111111111000010110110010110111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B717F; }

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

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

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

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

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

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

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

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