Html Css Color HEX #6B5573 Fedora

📋 copy color: '#6B5573'

red 107 ◦ green 85 ◦ blue 115

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

Shades of Fedora #6B5573

Tints of Fedora #6B5573

RGB

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

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

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

R = 34.85%
G = 27.69%
B = 37.46%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B5573 (or 0x6B5573) is known color: Fedora. HEX triplet: 6B, 55 and 73. RGB value is (107,85,115). Sum of RGB (Red+Green+Blue) = 107+85+115=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5573 is #94AA8C. Grayscale: #5E5E5E. Windows color (decimal): -9742989 or 7558507. OLE color: 7558507.

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

Color convert

RGB 107 85 115 -
CMYK 0.07 0.26 0 0.55
HSL 284º 0.15% 0.39% -
HSV(B) 284º 0.26% 0.45% -
XYZ 12.41 10.86 17.66 -
YUV 95 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 107 85 115 0.07 0.26 0 0.55 284 0.15 0.39
Hex 6B 55 73 7 1A 0 37 11C F 27
Octal 153 125 163 7 32 0 67 434 17 47
Binary 1101011 1010101 1110011 111 11010 0 110111 100011100 1111 100111

Color Harmonies of #6B5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5573

Black with #6B5573

Text Example


Text Example

White with #6B5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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