Html Css Color HEX #6C496A Eminence

📋 copy color: '#6C496A'

red 108 ◦ green 73 ◦ blue 106

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

Shades of Eminence #6C496A

Tints of Eminence #6C496A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 37.63%
G = 25.44%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6C496A (or 0x6C496A) is known color: Eminence. HEX triplet: 6C, 49 and 6A. RGB value is (108,73,106). Sum of RGB (Red+Green+Blue) = 108+73+106=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 108 - color contains mainly: red. Hex color #6C496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C496A is #93B695. Grayscale: #575757. Windows color (decimal): -9680534 or 6965612. OLE color: 6965612.

HSL color Cylindrical-coordinate representation of color #6C496A: hue angle of 303.43º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C496A is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 73 106 -
CMYK 0 0.32 0.02 0.58
HSL 303.43º 0.19% 0.35% -
HSV(B) 303.43º 0.32% 0.42% -
XYZ 11.17 8.99 14.78 -
YUV 87.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 108 73 106 0 0.32 0.02 0.58 303.43 0.19 0.35
Hex 6C 49 6A 0 20 2 3A 12F 13 23
Octal 154 111 152 0 40 2 72 457 23 43
Binary 1101100 1001001 1101010 0 100000 10 111010 100101111 10011 100011

Color Harmonies of #6C496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C496A

Black with #6C496A

Text Example


Text Example

White with #6C496A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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