Html Css Color HEX #6F5473 Fedora

📋 copy color: '#6F5473'

red 111 ◦ green 84 ◦ blue 115

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

Shades of Fedora #6F5473

Tints of Fedora #6F5473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 35.81%
G = 27.1%
B = 37.1%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F5473 (or 0x6F5473) is known color: Fedora. HEX triplet: 6F, 54 and 73. RGB value is (111,84,115). Sum of RGB (Red+Green+Blue) = 111+84+115=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F5473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5473 is #90AB8C. Grayscale: #5F5F5F. Windows color (decimal): -9481101 or 7558255. OLE color: 7558255.

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

Color convert

RGB 111 84 115 -
CMYK 0.03 0.27 0 0.55
HSL 292.26º 0.16% 0.39% -
HSV(B) 292.26º 0.27% 0.45% -
XYZ 12.82 10.96 17.66 -
YUV 95.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 111 84 115 0.03 0.27 0 0.55 292.26 0.16 0.39
Hex 6F 54 73 3 1B 0 37 124 10 27
Octal 157 124 163 3 33 0 67 444 20 47
Binary 1101111 1010100 1110011 11 11011 0 110111 100100100 10000 100111

Color Harmonies of #6F5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5473

Black with #6F5473

Text Example


Text Example

White with #6F5473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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