#6A5670

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

Shades of Fedora #6A5670

Tints of Fedora #6A5670

Color information

#6A5670 (or 0x6A5670) is unknown color: approx Fedora. HEX triplet: 6A, 56 and 70. RGB value is (106,86,112). Sum of RGB (Red+Green+Blue) = 106+86+112=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A5670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5670 is #95A98F. Grayscale: #5E5E5E. Windows color (decimal): -9808272 or 7362154. OLE color: 7362154.

HSL color Cylindrical-coordinate representation of color #6A5670: hue angle of 286.15º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A5670 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10686112-
CMYK0.050.2300.56
HSL286.15º13.13%38.82%-
HSV(B)286.15º23.21%43.92%-
XYZ12.210.8916.79-
YUV94.94137.63135.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.87%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=34.87%
G=28.29%
B=36.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106861120.050.2300.56286.1513.1338.82
Hex6A567051703811ed27
Octal1521261605270704361547
Binary1101010101011011100001011011101110001000111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,86,112); }

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

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

 a { background-color: rgb(106,86,112); }

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

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

 span { border-color: rgb(106,86,112); }

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