Html Css Color HEX #6A357E Eminence

📋 copy color: '#6A357E'

red 106 ◦ green 53 ◦ blue 126

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

Shades of Eminence #6A357E

Tints of Eminence #6A357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

 BLUE value IS 126 (49.61% from 255) = 44.21%

R = 37.19%
G = 18.6%
B = 44.21%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A357E (or 0x6A357E) is known color: Eminence. HEX triplet: 6A, 35 and 7E. RGB value is (106,53,126). Sum of RGB (Red+Green+Blue) = 106+53+126=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #6A357E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A357E is #95CA81. Grayscale: #4C4C4C. Windows color (decimal): -9816706 or 8271210. OLE color: 8271210.

HSL color Cylindrical-coordinate representation of color #6A357E: hue angle of 283.56º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A357E is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 106 53 126 -
CMYK 0.16 0.58 0 0.51
HSL 283.56º 0.41% 0.35% -
HSV(B) 283.56º 0.58% 0.49% -
XYZ 10.98 7.12 20.53 -
YUV 77.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 106 53 126 0.16 0.58 0 0.51 283.56 0.41 0.35
Hex 6A 35 7E 10 3A 0 33 11C 29 23
Octal 152 65 176 20 72 0 63 434 51 43
Binary 1101010 110101 1111110 10000 111010 0 110011 100011100 101001 100011

Color Harmonies of #6A357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A357E

Black with #6A357E

Text Example


Text Example

White with #6A357E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,53,126); }

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

background-color css

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

 a { background-color: rgb(106,53,126); }

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

border-color css

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

 span { border-color: rgb(106,53,126); }

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