Html Css Color HEX #6C496D Eminence

📋 copy color: '#6C496D'

red 108 ◦ green 73 ◦ blue 109

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

Shades of Eminence #6C496D

Tints of Eminence #6C496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.17%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 37.24%
G = 25.17%
B = 37.59%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C496D (or 0x6C496D) is known color: Eminence. HEX triplet: 6C, 49 and 6D. RGB value is (108,73,109). Sum of RGB (Red+Green+Blue) = 108+73+109=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C496D is #93B692. Grayscale: #575757. Windows color (decimal): -9680531 or 7162220. OLE color: 7162220.

HSL color Cylindrical-coordinate representation of color #6C496D: hue angle of 298.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C496D is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 108 73 109 -
CMYK 0.01 0.33 0 0.57
HSL 298.33º 0.2% 0.36% -
HSV(B) 298.33º 0.33% 0.43% -
XYZ 11.33 9.06 15.62 -
YUV 87.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 108 73 109 0.01 0.33 0 0.57 298.33 0.2 0.36
Hex 6C 49 6D 1 21 0 39 12A 14 24
Octal 154 111 155 1 41 0 71 452 24 44
Binary 1101100 1001001 1101101 1 100001 0 111001 100101010 10100 100100

Color Harmonies of #6C496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C496D

Black with #6C496D

Text Example


Text Example

White with #6C496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,73,109); }

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

background-color css

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

 a { background-color: rgb(108,73,109); }

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

border-color css

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

 span { border-color: rgb(108,73,109); }

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