Html Css Color HEX #6C5671 Fedora

📋 copy color: '#6C5671'

red 108 ◦ green 86 ◦ blue 113

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

Shades of Fedora #6C5671

Tints of Fedora #6C5671

RGB

 RED value IS 108 (42.58% from 255) = 35.18%

 GREEN value IS 86 (33.98% from 255) = 28.01%

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

R = 35.18%
G = 28.01%
B = 36.81%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C5671 (or 0x6C5671) is known color: Fedora. HEX triplet: 6C, 56 and 71. RGB value is (108,86,113). Sum of RGB (Red+Green+Blue) = 108+86+113=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C5671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5671 is #93A98E. Grayscale: #5F5F5F. Windows color (decimal): -9677199 or 7427692. OLE color: 7427692.

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

Color convert

RGB 108 86 113 -
CMYK 0.04 0.24 0 0.56
HSL 288.89º 0.14% 0.39% -
HSV(B) 288.89º 0.24% 0.44% -
XYZ 12.49 11.04 17.09 -
YUV 95.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 108 86 113 0.04 0.24 0 0.56 288.89 0.14 0.39
Hex 6C 56 71 4 18 0 38 121 E 27
Octal 154 126 161 4 30 0 70 441 16 47
Binary 1101100 1010110 1110001 100 11000 0 111000 100100001 1110 100111

Color Harmonies of #6C5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5671

Black with #6C5671

Text Example


Text Example

White with #6C5671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,86,113); }

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

background-color css

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

 a { background-color: rgb(108,86,113); }

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

border-color css

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

 span { border-color: rgb(108,86,113); }

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