#6C5372

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

Shades of Fedora #6C5372

Tints of Fedora #6C5372

Color information

#6C5372 (or 0x6C5372) is unknown color: approx Fedora. HEX triplet: 6C, 53 and 72. RGB value is (108,83,114). Sum of RGB (Red+Green+Blue) = 108+83+114=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5372 is #93AC8D. Grayscale: #5D5D5D. Windows color (decimal): -9677966 or 7492460. OLE color: 7492460.

HSL color Cylindrical-coordinate representation of color #6C5372: hue angle of 288.39º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C5372 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10883114-
CMYK0.050.2700.55
HSL288.39º15.74%38.63%-
HSV(B)288.39º27.19%44.71%-
XYZ12.3110.5917.31-
YUV94.01139.28137.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=35.41%
G=27.21%
B=37.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108831140.050.2700.55288.3915.7438.63
Hex6C537251B0371201027
Octal1541231625330674402047
Binary11011001010011111001010111011011011110010000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,83,114); }

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

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

 a { background-color: rgb(108,83,114); }

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

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

 span { border-color: rgb(108,83,114); }

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