Html Css Color HEX #6B5471 Fedora

📋 copy color: '#6B5471'

red 107 ◦ green 84 ◦ blue 113

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

Shades of Fedora #6B5471

Tints of Fedora #6B5471

RGB

 RED value IS 107 (42.19% from 255) = 35.2%

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

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

R = 35.2%
G = 27.63%
B = 37.17%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B5471 (or 0x6B5471) is known color: Fedora. HEX triplet: 6B, 54 and 71. RGB value is (107,84,113). Sum of RGB (Red+Green+Blue) = 107+84+113=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5471 is #94AB8E. Grayscale: #5E5E5E. Windows color (decimal): -9743247 or 7427179. OLE color: 7427179.

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

Color convert

RGB 107 84 113 -
CMYK 0.05 0.26 0 0.56
HSL 287.59º 0.15% 0.39% -
HSV(B) 287.59º 0.26% 0.44% -
XYZ 12.21 10.66 17.04 -
YUV 94.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 107 84 113 0.05 0.26 0 0.56 287.59 0.15 0.39
Hex 6B 54 71 5 1A 0 38 120 F 27
Octal 153 124 161 5 32 0 70 440 17 47
Binary 1101011 1010100 1110001 101 11010 0 111000 100100000 1111 100111

Color Harmonies of #6B5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5471

Black with #6B5471

Text Example


Text Example

White with #6B5471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,84,113); }

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

background-color css

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

 a { background-color: rgb(107,84,113); }

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

border-color css

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

 span { border-color: rgb(107,84,113); }

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