Html Css Color HEX #6F5871 Fedora

📋 copy color: '#6F5871'

red 111 ◦ green 88 ◦ blue 113

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

Shades of Fedora #6F5871

Tints of Fedora #6F5871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

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

R = 35.58%
G = 28.21%
B = 36.22%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F5871 (or 0x6F5871) is known color: Fedora. HEX triplet: 6F, 58 and 71. RGB value is (111,88,113). Sum of RGB (Red+Green+Blue) = 111+88+113=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F5871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5871 is #90A78E. Grayscale: #616161. Windows color (decimal): -9480079 or 7428207. OLE color: 7428207.

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

Color convert

RGB 111 88 113 -
CMYK 0.02 0.22 0 0.56
HSL 295.2º 0.12% 0.39% -
HSV(B) 295.2º 0.22% 0.44% -
XYZ 13.03 11.55 17.17 -
YUV 97.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 111 88 113 0.02 0.22 0 0.56 295.2 0.12 0.39
Hex 6F 58 71 2 16 0 38 127 C 27
Octal 157 130 161 2 26 0 70 447 14 47
Binary 1101111 1011000 1110001 10 10110 0 111000 100100111 1100 100111

Color Harmonies of #6F5871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5871

Black with #6F5871

Text Example


Text Example

White with #6F5871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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