#6C4F70

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

Shades of Fedora #6C4F70

Tints of Fedora #6C4F70

Color information

#6C4F70 (or 0x6C4F70) is unknown color: approx Fedora. HEX triplet: 6C, 4F and 70. RGB value is (108,79,112). Sum of RGB (Red+Green+Blue) = 108+79+112=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C4F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F70 is #93B08F. Grayscale: #5B5B5B. Windows color (decimal): -9678992 or 7360364. OLE color: 7360364.

HSL color Cylindrical-coordinate representation of color #6C4F70: hue angle of 292.73º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C4F70 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10879112-
CMYK0.040.2900.56
HSL292.73º17.28%37.45%-
HSV(B)292.73º29.46%43.92%-
XYZ11.99.9516.62-
YUV91.43139.61139.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 79 (31.25% from 255) = 26.42%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=36.12%
G=26.42%
B=37.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108791120.040.2900.56292.7317.2837.45
Hex6C4F7041D0381251125
Octal1541171604350704452145
Binary11011001001111111000010011101011100010010010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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