Html Css Color HEX #6A496D Eminence

📋 copy color: '#6A496D'

red 106 ◦ green 73 ◦ blue 109

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

Shades of Eminence #6A496D

Tints of Eminence #6A496D

RGB

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

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

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

R = 36.81%
G = 25.35%
B = 37.85%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6A496D (or 0x6A496D) is known color: Eminence. HEX triplet: 6A, 49 and 6D. RGB value is (106,73,109). Sum of RGB (Red+Green+Blue) = 106+73+109=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A496D is #95B692. Grayscale: #565656. Windows color (decimal): -9811603 or 7162218. OLE color: 7162218.

HSL color Cylindrical-coordinate representation of color #6A496D: hue angle of 295º 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 #6A496D is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 73 109 -
CMYK 0.03 0.33 0 0.57
HSL 295º 0.2% 0.36% -
HSV(B) 295º 0.33% 0.43% -
XYZ 11.09 8.93 15.61 -
YUV 86.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 106 73 109 0.03 0.33 0 0.57 295 0.2 0.36
Hex 6A 49 6D 3 21 0 39 127 14 24
Octal 152 111 155 3 41 0 71 447 24 44
Binary 1101010 1001001 1101101 11 100001 0 111001 100100111 10100 100100

Color Harmonies of #6A496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A496D

Black with #6A496D

Text Example


Text Example

White with #6A496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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