#6A606C

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

Shades of Fedora #6A606C

Tints of Fedora #6A606C

Color information

#6A606C (or 0x6A606C) is unknown color: approx Fedora. HEX triplet: 6A, 60 and 6C. RGB value is (106,96,108). Sum of RGB (Red+Green+Blue) = 106+96+108=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A606C is #959F93. Grayscale: #646464. Windows color (decimal): -9805716 or 7102570. OLE color: 7102570.

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

Color convert

RGB10696108-
CMYK0.020.1100.58
HSL290º5.88%40%-
HSV(B)290º11.11%42.35%-
XYZ12.8312.5115.93-
YUV100.36132.31132.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=34.19%
G=30.97%
B=34.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106961080.020.1100.582905.8840
Hex6A606C2B03A122628
Octal152140154213072442650
Binary1101010110000011011001010110111010100100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,96,108); }

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

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

 a { background-color: rgb(106,96,108); }

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

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

 span { border-color: rgb(106,96,108); }

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