Html Css Color HEX #6A3970 Eminence

📋 copy color: '#6A3970'

red 106 ◦ green 57 ◦ blue 112

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

Shades of Eminence #6A3970

Tints of Eminence #6A3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.73%

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 38.55%
G = 20.73%
B = 40.73%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A3970 (or 0x6A3970) is known color: Eminence. HEX triplet: 6A, 39 and 70. RGB value is (106,57,112). Sum of RGB (Red+Green+Blue) = 106+57+112=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A3970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3970 is #95C68F. Grayscale: #4D4D4D. Windows color (decimal): -9815696 or 7354730. OLE color: 7354730.

HSL color Cylindrical-coordinate representation of color #6A3970: hue angle of 293.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A3970 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 57 112 -
CMYK 0.05 0.49 0 0.56
HSL 293.45º 0.33% 0.33% -
HSV(B) 293.45º 0.49% 0.44% -
XYZ 10.33 7.16 16.17 -
YUV 77.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 106 57 112 0.05 0.49 0 0.56 293.45 0.33 0.33
Hex 6A 39 70 5 31 0 38 125 21 21
Octal 152 71 160 5 61 0 70 445 41 41
Binary 1101010 111001 1110000 101 110001 0 111000 100100101 100001 100001

Color Harmonies of #6A3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3970

Black with #6A3970

Text Example


Text Example

White with #6A3970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,57,112); }

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

background-color css

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

 a { background-color: rgb(106,57,112); }

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

border-color css

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

 span { border-color: rgb(106,57,112); }

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