#6C5870

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

Shades of Fedora #6C5870

Tints of Fedora #6C5870

Color information

#6C5870 (or 0x6C5870) is unknown color: approx Fedora. HEX triplet: 6C, 58 and 70. RGB value is (108,88,112). Sum of RGB (Red+Green+Blue) = 108+88+112=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C5870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5870 is #93A78F. Grayscale: #606060. Windows color (decimal): -9676688 or 7362668. OLE color: 7362668.

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

Color convert

RGB10888112-
CMYK0.040.2100.56
HSL290º12%39.22%-
HSV(B)290º21.43%43.92%-
XYZ12.611.3416.85-
YUV96.72136.63136.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.06%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=35.06%
G=28.57%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108881120.040.2100.562901239.22
Hex6C5870415038122c27
Octal1541301604250704421447
Binary1101100101100011100001001010101110001001000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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