Html Css Color HEX #6F5573 Fedora

📋 copy color: '#6F5573'

red 111 ◦ green 85 ◦ blue 115

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

Shades of Fedora #6F5573

Tints of Fedora #6F5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 35.69%
G = 27.33%
B = 36.98%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F5573 (or 0x6F5573) is known color: Fedora. HEX triplet: 6F, 55 and 73. RGB value is (111,85,115). Sum of RGB (Red+Green+Blue) = 111+85+115=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5573 is #90AA8C. Grayscale: #606060. Windows color (decimal): -9480845 or 7558511. OLE color: 7558511.

HSL color Cylindrical-coordinate representation of color #6F5573: hue angle of 292º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5573 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 85 115 -
CMYK 0.03 0.26 0 0.55
HSL 292º 0.15% 0.39% -
HSV(B) 292º 0.26% 0.45% -
XYZ 12.9 11.11 17.69 -
YUV 96.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 111 85 115 0.03 0.26 0 0.55 292 0.15 0.39
Hex 6F 55 73 3 1A 0 37 124 F 27
Octal 157 125 163 3 32 0 67 444 17 47
Binary 1101111 1010101 1110011 11 11010 0 110111 100100100 1111 100111

Color Harmonies of #6F5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5573

Black with #6F5573

Text Example


Text Example

White with #6F5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,115); }

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

background-color css

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

 a { background-color: rgb(111,85,115); }

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

border-color css

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

 span { border-color: rgb(111,85,115); }

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