Html Css Color HEX #6C5475 Rum

📋 copy color: '#6C5475'

red 108 ◦ green 84 ◦ blue 117

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

Shades of Rum #6C5475

Tints of Rum #6C5475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 34.95%
G = 27.18%
B = 37.86%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C5475 (or 0x6C5475) is known color: Rum. HEX triplet: 6C, 54 and 75. RGB value is (108,84,117). Sum of RGB (Red+Green+Blue) = 108+84+117=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C5475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5475 is #93AB8A. Grayscale: #5E5E5E. Windows color (decimal): -9677707 or 7689324. OLE color: 7689324.

HSL color Cylindrical-coordinate representation of color #6C5475: hue angle of 283.64º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C5475 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 84 117 -
CMYK 0.08 0.28 0 0.54
HSL 283.64º 0.16% 0.39% -
HSV(B) 283.64º 0.28% 0.46% -
XYZ 12.57 10.81 18.25 -
YUV 94.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 108 84 117 0.08 0.28 0 0.54 283.64 0.16 0.39
Hex 6C 54 75 8 1C 0 36 11C 10 27
Octal 154 124 165 10 34 0 66 434 20 47
Binary 1101100 1010100 1110101 1000 11100 0 110110 100011100 10000 100111

Color Harmonies of #6C5475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5475

Black with #6C5475

Text Example


Text Example

White with #6C5475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,84,117); }

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

background-color css

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

 a { background-color: rgb(108,84,117); }

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

border-color css

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

 span { border-color: rgb(108,84,117); }

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