Html Css Color HEX #6F5072 Fedora

📋 copy color: '#6F5072'

red 111 ◦ green 80 ◦ blue 114

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

Shades of Fedora #6F5072

Tints of Fedora #6F5072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 36.39%
G = 26.23%
B = 37.38%

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

#6F5072 (or 0x6F5072) is known color: Fedora. HEX triplet: 6F, 50 and 72. RGB value is (111,80,114). Sum of RGB (Red+Green+Blue) = 111+80+114=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F5072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5072 is #90AF8D. Grayscale: #5D5D5D. Windows color (decimal): -9482126 or 7491695. OLE color: 7491695.

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

Color convert

RGB 111 80 114 -
CMYK 0.03 0.30 0 0.55
HSL 294.71º 0.18% 0.38% -
HSV(B) 294.71º 0.3% 0.45% -
XYZ 12.46 10.33 17.26 -
YUV 93.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 111 80 114 0.03 0.30 0 0.55 294.71 0.18 0.38
Hex 6F 50 72 3 1E 0 37 127 12 26
Octal 157 120 162 3 36 0 67 447 22 46
Binary 1101111 1010000 1110010 11 11110 0 110111 100100111 10010 100110

Color Harmonies of #6F5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5072

Black with #6F5072

Text Example


Text Example

White with #6F5072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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