#6B5E6C

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

Shades of Fedora #6B5E6C

Tints of Fedora #6B5E6C

Color information

#6B5E6C (or 0x6B5E6C) is unknown color: approx Fedora. HEX triplet: 6B, 5E and 6C. RGB value is (107,94,108). Sum of RGB (Red+Green+Blue) = 107+94+108=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B5E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E6C is #94A193. Grayscale: #636363. Windows color (decimal): -9740692 or 7102059. OLE color: 7102059.

HSL color Cylindrical-coordinate representation of color #6B5E6C: hue angle of 295.71º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B5E6C is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10794108-
CMYK0.010.1300.58
HSL295.71º6.93%39.61%-
HSV(B)295.71º12.96%42.35%-
XYZ12.7712.2115.87-
YUV99.48132.81133.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=34.63%
G=30.42%
B=34.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107941080.010.1300.58295.716.9339.61
Hex6B5E6C1D03A128728
Octal153136154115072450750
Binary110101110111101101100111010111010100101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,94,108); }

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

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

 a { background-color: rgb(107,94,108); }

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

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

 span { border-color: rgb(107,94,108); }

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