#6A616B

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

Shades of Fedora #6A616B

Tints of Fedora #6A616B

Color information

#6A616B (or 0x6A616B) is unknown color: approx Fedora. HEX triplet: 6A, 61 and 6B. RGB value is (106,97,107). Sum of RGB (Red+Green+Blue) = 106+97+107=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A616B is #959E94. Grayscale: #646464. Windows color (decimal): -9805461 or 7037290. OLE color: 7037290.

HSL color Cylindrical-coordinate representation of color #6A616B: hue angle of 294º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A616B is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10697107-
CMYK0.010.0900.58
HSL294º4.9%40%-
HSV(B)294º9.35%41.96%-
XYZ12.8712.6815.68-
YUV100.83131.48131.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=34.19%
G=31.29%
B=34.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106971070.010.0900.582944.940
Hex6A616B1903A126528
Octal152141153111072446550
Binary110101011000011101011110010111010100100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,97,107); }

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

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

 a { background-color: rgb(106,97,107); }

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

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

 span { border-color: rgb(106,97,107); }

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