#6D5970

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

Shades of Fedora #6D5970

Tints of Fedora #6D5970

Color information

#6D5970 (or 0x6D5970) is unknown color: approx Fedora. HEX triplet: 6D, 59 and 70. RGB value is (109,89,112). Sum of RGB (Red+Green+Blue) = 109+89+112=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5970 is #92A68F. Grayscale: #616161. Windows color (decimal): -9610896 or 7362925. OLE color: 7362925.

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

Color convert

RGB10989112-
CMYK0.030.2100.56
HSL292.17º11.44%39.41%-
HSV(B)292.17º20.54%43.92%-
XYZ12.811.5716.89-
YUV97.6136.13136.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.16%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=35.16%
G=28.71%
B=36.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109891120.030.2100.56292.1711.4439.41
Hex6D5970315038124b27
Octal1551311603250704441347
Binary110110110110011110000111010101110001001001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,89,112); }

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

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

 a { background-color: rgb(109,89,112); }

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

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

 span { border-color: rgb(109,89,112); }

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