#6B717A

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

Shades of Raven #6B717A

Tints of Raven #6B717A

Color information

#6B717A (or 0x6B717A) is unknown color: approx Raven. HEX triplet: 6B, 71 and 7A. RGB value is (107,113,122). Sum of RGB (Red+Green+Blue) = 107+113+122=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B717A is #948E85. Grayscale: #707070. Windows color (decimal): -9735814 or 8024427. OLE color: 8024427.

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

Color convert

RGB107113122-
CMYK0.120.0700.52
HSL216º6.55%44.9%-
HSV(B)216º12.3%47.84%-
XYZ15.4816.3420.75-
YUV112.23133.51124.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.29%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=31.29%
G=33.04%
B=35.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1071131220.120.0700.522166.5544.9
Hex6B717AC7034d872d
Octal153161172147064330755
Binary1101011111000111110101100111011010011011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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