Html Css Color HEX #6A496C Eminence

📋 copy color: '#6A496C'

red 106 ◦ green 73 ◦ blue 108

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

Shades of Eminence #6A496C

Tints of Eminence #6A496C

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6A496C (or 0x6A496C) is known color: Eminence. HEX triplet: 6A, 49 and 6C. RGB value is (106,73,108). Sum of RGB (Red+Green+Blue) = 106+73+108=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A496C is #95B693. Grayscale: #565656. Windows color (decimal): -9811604 or 7096682. OLE color: 7096682.

HSL color Cylindrical-coordinate representation of color #6A496C: hue angle of 296.57º 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 #6A496C is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 73 108 -
CMYK 0.02 0.32 0 0.58
HSL 296.57º 0.19% 0.35% -
HSV(B) 296.57º 0.32% 0.42% -
XYZ 11.03 8.91 15.33 -
YUV 86.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 106 73 108 0.02 0.32 0 0.58 296.57 0.19 0.35
Hex 6A 49 6C 2 20 0 3A 129 13 23
Octal 152 111 154 2 40 0 72 451 23 43
Binary 1101010 1001001 1101100 10 100000 0 111010 100101001 10011 100011

Color Harmonies of #6A496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A496C

Black with #6A496C

Text Example


Text Example

White with #6A496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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