Html Css Color HEX #6D5270 Fedora

📋 copy color: '#6D5270'

red 109 ◦ green 82 ◦ blue 112

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

Shades of Fedora #6D5270

Tints of Fedora #6D5270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.06%

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 35.97%
G = 27.06%
B = 36.96%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D5270 (or 0x6D5270) is known color: Fedora. HEX triplet: 6D, 52 and 70. RGB value is (109,82,112). Sum of RGB (Red+Green+Blue) = 109+82+112=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D5270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5270 is #92AD8F. Grayscale: #5D5D5D. Windows color (decimal): -9612688 or 7361133. OLE color: 7361133.

HSL color Cylindrical-coordinate representation of color #6D5270: hue angle of 294º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D5270 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 82 112 -
CMYK 0.03 0.27 0 0.56
HSL 294º 0.15% 0.38% -
HSV(B) 294º 0.27% 0.44% -
XYZ 12.25 10.46 16.7 -
YUV 93.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 109 82 112 0.03 0.27 0 0.56 294 0.15 0.38
Hex 6D 52 70 3 1B 0 38 126 F 26
Octal 155 122 160 3 33 0 70 446 17 46
Binary 1101101 1010010 1110000 11 11011 0 111000 100100110 1111 100110

Color Harmonies of #6D5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5270

Black with #6D5270

Text Example


Text Example

White with #6D5270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,112); }

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

background-color css

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

 a { background-color: rgb(109,82,112); }

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

border-color css

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

 span { border-color: rgb(109,82,112); }

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