Html Css Color HEX #6F5671 Fedora

📋 copy color: '#6F5671'

red 111 ◦ green 86 ◦ blue 113

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

Shades of Fedora #6F5671

Tints of Fedora #6F5671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 35.81%
G = 27.74%
B = 36.45%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F5671 (or 0x6F5671) is known color: Fedora. HEX triplet: 6F, 56 and 71. RGB value is (111,86,113). Sum of RGB (Red+Green+Blue) = 111+86+113=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F5671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5671 is #90A98E. Grayscale: #606060. Windows color (decimal): -9480591 or 7427695. OLE color: 7427695.

HSL color Cylindrical-coordinate representation of color #6F5671: hue angle of 295.56º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F5671 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 86 113 -
CMYK 0.02 0.24 0 0.56
HSL 295.56º 0.14% 0.39% -
HSV(B) 295.56º 0.24% 0.44% -
XYZ 12.86 11.23 17.11 -
YUV 96.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 111 86 113 0.02 0.24 0 0.56 295.56 0.14 0.39
Hex 6F 56 71 2 18 0 38 128 E 27
Octal 157 126 161 2 30 0 70 450 16 47
Binary 1101111 1010110 1110001 10 11000 0 111000 100101000 1110 100111

Color Harmonies of #6F5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5671

Black with #6F5671

Text Example


Text Example

White with #6F5671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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