Html Css Color HEX #6A367D Eminence

📋 copy color: '#6A367D'

red 106 ◦ green 54 ◦ blue 125

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

Shades of Eminence #6A367D

Tints of Eminence #6A367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 37.19%
G = 18.95%
B = 43.86%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A367D (or 0x6A367D) is known color: Eminence. HEX triplet: 6A, 36 and 7D. RGB value is (106,54,125). Sum of RGB (Red+Green+Blue) = 106+54+125=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A367D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A367D is #95C982. Grayscale: #4D4D4D. Windows color (decimal): -9816451 or 8205930. OLE color: 8205930.

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

Color convert

RGB 106 54 125 -
CMYK 0.15 0.57 0 0.51
HSL 283.94º 0.4% 0.35% -
HSV(B) 283.94º 0.57% 0.49% -
XYZ 10.96 7.18 20.21 -
YUV 77.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 106 54 125 0.15 0.57 0 0.51 283.94 0.4 0.35
Hex 6A 36 7D F 39 0 33 11C 28 23
Octal 152 66 175 17 71 0 63 434 50 43
Binary 1101010 110110 1111101 1111 111001 0 110011 100011100 101000 100011

Color Harmonies of #6A367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A367D

Black with #6A367D

Text Example


Text Example

White with #6A367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,54,125); }

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

background-color css

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

 a { background-color: rgb(106,54,125); }

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

border-color css

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

 span { border-color: rgb(106,54,125); }

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