Html Css Color HEX #6F5173 Fedora

📋 copy color: '#6F5173'

red 111 ◦ green 81 ◦ blue 115

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

Shades of Fedora #6F5173

Tints of Fedora #6F5173

RGB

 RED value IS 111 (43.75% from 255) = 36.16%

 GREEN value IS 81 (32.03% from 255) = 26.38%

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

R = 36.16%
G = 26.38%
B = 37.46%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F5173 (or 0x6F5173) is known color: Fedora. HEX triplet: 6F, 51 and 73. RGB value is (111,81,115). Sum of RGB (Red+Green+Blue) = 111+81+115=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F5173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5173 is #90AE8C. Grayscale: #5D5D5D. Windows color (decimal): -9481869 or 7557487. OLE color: 7557487.

HSL color Cylindrical-coordinate representation of color #6F5173: hue angle of 292.94º degrees, saturation: 0.17, 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 #6F5173 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 81 115 -
CMYK 0.03 0.30 0 0.55
HSL 292.94º 0.17% 0.38% -
HSV(B) 292.94º 0.3% 0.45% -
XYZ 12.59 10.5 17.58 -
YUV 93.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 111 81 115 0.03 0.30 0 0.55 292.94 0.17 0.38
Hex 6F 51 73 3 1E 0 37 125 11 26
Octal 157 121 163 3 36 0 67 445 21 46
Binary 1101111 1010001 1110011 11 11110 0 110111 100100101 10001 100110

Color Harmonies of #6F5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5173

Black with #6F5173

Text Example


Text Example

White with #6F5173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,81,115); }

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

background-color css

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

 a { background-color: rgb(111,81,115); }

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

border-color css

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

 span { border-color: rgb(111,81,115); }

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