#6E5770

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

Shades of Fedora #6E5770

Tints of Fedora #6E5770

Color information

#6E5770 (or 0x6E5770) is unknown color: approx Fedora. HEX triplet: 6E, 57 and 70. RGB value is (110,87,112). Sum of RGB (Red+Green+Blue) = 110+87+112=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E5770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5770 is #91A88F. Grayscale: #606060. Windows color (decimal): -9545872 or 7362414. OLE color: 7362414.

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

Color convert

RGB11087112-
CMYK0.020.2200.56
HSL295.2º12.56%39.02%-
HSV(B)295.2º22.32%43.92%-
XYZ12.7611.316.84-
YUV96.73136.62137.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.60%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=35.60%
G=28.16%
B=36.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110871120.020.2200.56295.212.5639.02
Hex6E5770216038127d27
Octal1561271602260704471547
Binary110111010101111110000101011001110001001001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,87,112); }

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

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

 a { background-color: rgb(110,87,112); }

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

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

 span { border-color: rgb(110,87,112); }

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