Html Css Color HEX #6A5473 Fedora

📋 copy color: '#6A5473'

red 106 ◦ green 84 ◦ blue 115

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

Shades of Fedora #6A5473

Tints of Fedora #6A5473

RGB

 RED value IS 106 (41.8% from 255) = 34.75%

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

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

R = 34.75%
G = 27.54%
B = 37.7%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A5473 (or 0x6A5473) is known color: Fedora. HEX triplet: 6A, 54 and 73. RGB value is (106,84,115). Sum of RGB (Red+Green+Blue) = 106+84+115=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A5473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5473 is #95AB8C. Grayscale: #5E5E5E. Windows color (decimal): -9808781 or 7558250. OLE color: 7558250.

HSL color Cylindrical-coordinate representation of color #6A5473: hue angle of 282.58º 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 #6A5473 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 84 115 -
CMYK 0.08 0.27 0 0.55
HSL 282.58º 0.16% 0.39% -
HSV(B) 282.58º 0.27% 0.45% -
XYZ 12.21 10.64 17.63 -
YUV 94.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 106 84 115 0.08 0.27 0 0.55 282.58 0.16 0.39
Hex 6A 54 73 8 1B 0 37 11B 10 27
Octal 152 124 163 10 33 0 67 433 20 47
Binary 1101010 1010100 1110011 1000 11011 0 110111 100011011 10000 100111

Color Harmonies of #6A5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5473

Black with #6A5473

Text Example


Text Example

White with #6A5473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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