#6E4F70

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

Shades of Fedora #6E4F70

Tints of Fedora #6E4F70

Color information

#6E4F70 (or 0x6E4F70) is unknown color: approx Fedora. HEX triplet: 6E, 4F and 70. RGB value is (110,79,112). Sum of RGB (Red+Green+Blue) = 110+79+112=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E4F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F70 is #91B08F. Grayscale: #5B5B5B. Windows color (decimal): -9547920 or 7360366. OLE color: 7360366.

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

Color convert

RGB11079112-
CMYK0.020.2900.56
HSL296.36º17.28%37.45%-
HSV(B)296.36º29.46%43.92%-
XYZ12.1510.0816.63-
YUV92.03139.27140.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=36.54%
G=26.25%
B=37.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110791120.020.2900.56296.3617.2837.45
Hex6E4F7021D0381281125
Octal1561171602350704502145
Binary1101110100111111100001011101011100010010100010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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