Html Css Color HEX #6F5271 Fedora

📋 copy color: '#6F5271'

red 111 ◦ green 82 ◦ blue 113

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

Shades of Fedora #6F5271

Tints of Fedora #6F5271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 36.27%
G = 26.8%
B = 36.93%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F5271 (or 0x6F5271) is known color: Fedora. HEX triplet: 6F, 52 and 71. RGB value is (111,82,113). Sum of RGB (Red+Green+Blue) = 111+82+113=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5271 is #90AD8E. Grayscale: #5E5E5E. Windows color (decimal): -9481615 or 7426671. OLE color: 7426671.

HSL color Cylindrical-coordinate representation of color #6F5271: hue angle of 296.13º degrees, saturation: 0.16, 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 #6F5271 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 82 113 -
CMYK 0.02 0.27 0 0.56
HSL 296.13º 0.16% 0.38% -
HSV(B) 296.13º 0.27% 0.44% -
XYZ 12.55 10.61 17.01 -
YUV 94.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 111 82 113 0.02 0.27 0 0.56 296.13 0.16 0.38
Hex 6F 52 71 2 1B 0 38 128 10 26
Octal 157 122 161 2 33 0 70 450 20 46
Binary 1101111 1010010 1110001 10 11011 0 111000 100101000 10000 100110

Color Harmonies of #6F5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5271

Black with #6F5271

Text Example


Text Example

White with #6F5271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,82,113); }

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

background-color css

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

 a { background-color: rgb(111,82,113); }

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

border-color css

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

 span { border-color: rgb(111,82,113); }

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