Html Css Color HEX #6D5372 Fedora

📋 copy color: '#6D5372'

red 109 ◦ green 83 ◦ blue 114

#6D5372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #6D5372

Tints of Fedora #6D5372

RGB

 RED value IS 109 (42.97% from 255) = 35.62%

 GREEN value IS 83 (32.81% from 255) = 27.12%

 BLUE value IS 114 (44.92% from 255) = 37.25%

R = 35.62%
G = 27.12%
B = 37.25%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D5372 (or 0x6D5372) is known color: Fedora. HEX triplet: 6D, 53 and 72. RGB value is (109,83,114). Sum of RGB (Red+Green+Blue) = 109+83+114=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5372 is #92AC8D. Grayscale: #5E5E5E. Windows color (decimal): -9612430 or 7492461. OLE color: 7492461.

HSL color Cylindrical-coordinate representation of color #6D5372: hue angle of 290.32º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D5372 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 83 114 -
CMYK 0.04 0.27 0 0.55
HSL 290.32º 0.16% 0.39% -
HSV(B) 290.32º 0.27% 0.45% -
XYZ 12.44 10.65 17.32 -
YUV 94.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 109 83 114 0.04 0.27 0 0.55 290.32 0.16 0.39
Hex 6D 53 72 4 1B 0 37 122 10 27
Octal 155 123 162 4 33 0 67 442 20 47
Binary 1101101 1010011 1110010 100 11011 0 110111 100100010 10000 100111

Color Harmonies of #6D5372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5372

Black with #6D5372

Text Example


Text Example

White with #6D5372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,83,114); }

 H1.HeaderClassName
 {
   color: #6D5372;
 }
 .AnyTagClassName
 {
   color: #6D5372;
 }
</style>

background-color css

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

 a { background-color: rgb(109,83,114); }

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

border-color css

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

 span { border-color: rgb(109,83,114); }

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