Html Css Color HEX #6D5073 Fedora

📋 copy color: '#6D5073'

red 109 ◦ green 80 ◦ blue 115

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

Shades of Fedora #6D5073

Tints of Fedora #6D5073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 35.86%
G = 26.32%
B = 37.83%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D5073 (or 0x6D5073) is known color: Fedora. HEX triplet: 6D, 50 and 73. RGB value is (109,80,115). Sum of RGB (Red+Green+Blue) = 109+80+115=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D5073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5073 is #92AF8C. Grayscale: #5C5C5C. Windows color (decimal): -9613197 or 7557229. OLE color: 7557229.

HSL color Cylindrical-coordinate representation of color #6D5073: hue angle of 289.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D5073 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 80 115 -
CMYK 0.05 0.30 0 0.55
HSL 289.71º 0.18% 0.38% -
HSV(B) 289.71º 0.3% 0.45% -
XYZ 12.27 10.23 17.55 -
YUV 92.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 109 80 115 0.05 0.30 0 0.55 289.71 0.18 0.38
Hex 6D 50 73 5 1E 0 37 122 12 26
Octal 155 120 163 5 36 0 67 442 22 46
Binary 1101101 1010000 1110011 101 11110 0 110111 100100010 10010 100110

Color Harmonies of #6D5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5073

Black with #6D5073

Text Example


Text Example

White with #6D5073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,80,115); }

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

background-color css

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

 a { background-color: rgb(109,80,115); }

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

border-color css

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

 span { border-color: rgb(109,80,115); }

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