Html Css Color HEX #6C5371 Fedora

📋 copy color: '#6C5371'

red 108 ◦ green 83 ◦ blue 113

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

Shades of Fedora #6C5371

Tints of Fedora #6C5371

RGB

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

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

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

R = 35.53%
G = 27.3%
B = 37.17%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C5371 (or 0x6C5371) is known color: Fedora. HEX triplet: 6C, 53 and 71. RGB value is (108,83,113). Sum of RGB (Red+Green+Blue) = 108+83+113=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 83 (32.81% from 255 or 27.30% 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 #6C5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5371 is #93AC8E. Grayscale: #5D5D5D. Windows color (decimal): -9677967 or 7426924. OLE color: 7426924.

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

Color convert

RGB 108 83 113 -
CMYK 0.04 0.27 0 0.56
HSL 290º 0.15% 0.38% -
HSV(B) 290º 0.27% 0.44% -
XYZ 12.26 10.57 17.02 -
YUV 93.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 108 83 113 0.04 0.27 0 0.56 290 0.15 0.38
Hex 6C 53 71 4 1B 0 38 122 F 26
Octal 154 123 161 4 33 0 70 442 17 46
Binary 1101100 1010011 1110001 100 11011 0 111000 100100010 1111 100110

Color Harmonies of #6C5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5371

Black with #6C5371

Text Example


Text Example

White with #6C5371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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