#6C5670

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

Shades of Fedora #6C5670

Tints of Fedora #6C5670

Color information

#6C5670 (or 0x6C5670) is unknown color: approx Fedora. HEX triplet: 6C, 56 and 70. RGB value is (108,86,112). Sum of RGB (Red+Green+Blue) = 108+86+112=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C5670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5670 is #93A98F. Grayscale: #5F5F5F. Windows color (decimal): -9677200 or 7362156. OLE color: 7362156.

HSL color Cylindrical-coordinate representation of color #6C5670: hue angle of 290.77º 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 #6C5670 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10886112-
CMYK0.040.2300.56
HSL290.77º13.13%38.82%-
HSV(B)290.77º23.21%43.92%-
XYZ12.4411.0116.8-
YUV95.54137.29136.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.29%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=35.29%
G=28.10%
B=36.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108861120.040.2300.56290.7713.1338.82
Hex6C5670417038123d27
Octal1541261604270704431547
Binary1101100101011011100001001011101110001001000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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