Html Css Color HEX #6A5371 Fedora

📋 copy color: '#6A5371'

red 106 ◦ green 83 ◦ blue 113

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

Shades of Fedora #6A5371

Tints of Fedora #6A5371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

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

R = 35.1%
G = 27.48%
B = 37.42%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A5371 (or 0x6A5371) is known color: Fedora. HEX triplet: 6A, 53 and 71. RGB value is (106,83,113). Sum of RGB (Red+Green+Blue) = 106+83+113=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5371 is #95AC8E. Grayscale: #5D5D5D. Windows color (decimal): -9809039 or 7426922. OLE color: 7426922.

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

Color convert

RGB 106 83 113 -
CMYK 0.06 0.27 0 0.56
HSL 286º 0.15% 0.38% -
HSV(B) 286º 0.27% 0.44% -
XYZ 12.02 10.44 17.01 -
YUV 93.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 106 83 113 0.06 0.27 0 0.56 286 0.15 0.38
Hex 6A 53 71 6 1B 0 38 11E F 26
Octal 152 123 161 6 33 0 70 436 17 46
Binary 1101010 1010011 1110001 110 11011 0 111000 100011110 1111 100110

Color Harmonies of #6A5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5371

Black with #6A5371

Text Example


Text Example

White with #6A5371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,83,113); }

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

background-color css

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

 a { background-color: rgb(106,83,113); }

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

border-color css

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

 span { border-color: rgb(106,83,113); }

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