Html Css Color HEX #6A476D Eminence

📋 copy color: '#6A476D'

red 106 ◦ green 71 ◦ blue 109

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

Shades of Eminence #6A476D

Tints of Eminence #6A476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

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

R = 37.06%
G = 24.83%
B = 38.11%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6A476D (or 0x6A476D) is known color: Eminence. HEX triplet: 6A, 47 and 6D. RGB value is (106,71,109). Sum of RGB (Red+Green+Blue) = 106+71+109=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A476D is #95B892. Grayscale: #555555. Windows color (decimal): -9812115 or 7161706. OLE color: 7161706.

HSL color Cylindrical-coordinate representation of color #6A476D: hue angle of 295.26º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A476D is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 71 109 -
CMYK 0.03 0.35 0 0.57
HSL 295.26º 0.21% 0.35% -
HSV(B) 295.26º 0.35% 0.43% -
XYZ 10.96 8.67 15.56 -
YUV 85.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 106 71 109 0.03 0.35 0 0.57 295.26 0.21 0.35
Hex 6A 47 6D 3 23 0 39 127 15 23
Octal 152 107 155 3 43 0 71 447 25 43
Binary 1101010 1000111 1101101 11 100011 0 111001 100100111 10101 100011

Color Harmonies of #6A476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A476D

Black with #6A476D

Text Example


Text Example

White with #6A476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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