Html Css Color HEX #6C5370 Fedora

📋 copy color: '#6C5370'

red 108 ◦ green 83 ◦ blue 112

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

Shades of Fedora #6C5370

Tints of Fedora #6C5370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 35.64%
G = 27.39%
B = 36.96%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C5370 (or 0x6C5370) is known color: Fedora. HEX triplet: 6C, 53 and 70. RGB value is (108,83,112). Sum of RGB (Red+Green+Blue) = 108+83+112=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C5370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5370 is #93AC8F. Grayscale: #5D5D5D. Windows color (decimal): -9677968 or 7361388. OLE color: 7361388.

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

Color convert

RGB 108 83 112 -
CMYK 0.04 0.26 0 0.56
HSL 291.72º 0.15% 0.38% -
HSV(B) 291.72º 0.26% 0.44% -
XYZ 12.2 10.54 16.72 -
YUV 93.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 108 83 112 0.04 0.26 0 0.56 291.72 0.15 0.38
Hex 6C 53 70 4 1A 0 38 124 F 26
Octal 154 123 160 4 32 0 70 444 17 46
Binary 1101100 1010011 1110000 100 11010 0 111000 100100100 1111 100110

Color Harmonies of #6C5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5370

Black with #6C5370

Text Example


Text Example

White with #6C5370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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