Html Css Color HEX #6F5071 Fedora

📋 copy color: '#6F5071'

red 111 ◦ green 80 ◦ blue 113

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

Shades of Fedora #6F5071

Tints of Fedora #6F5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 36.51%
G = 26.32%
B = 37.17%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F5071 (or 0x6F5071) is known color: Fedora. HEX triplet: 6F, 50 and 71. RGB value is (111,80,113). Sum of RGB (Red+Green+Blue) = 111+80+113=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5071 is #90AF8E. Grayscale: #5C5C5C. Windows color (decimal): -9482127 or 7426159. OLE color: 7426159.

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

Color convert

RGB 111 80 113 -
CMYK 0.02 0.29 0 0.56
HSL 296.36º 0.17% 0.38% -
HSV(B) 296.36º 0.29% 0.44% -
XYZ 12.4 10.31 16.96 -
YUV 93.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 111 80 113 0.02 0.29 0 0.56 296.36 0.17 0.38
Hex 6F 50 71 2 1D 0 38 128 11 26
Octal 157 120 161 2 35 0 70 450 21 46
Binary 1101111 1010000 1110001 10 11101 0 111000 100101000 10001 100110

Color Harmonies of #6F5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5071

Black with #6F5071

Text Example


Text Example

White with #6F5071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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