Html Css Color HEX #6A377C Eminence

📋 copy color: '#6A377C'

red 106 ◦ green 55 ◦ blue 124

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

Shades of Eminence #6A377C

Tints of Eminence #6A377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.3%

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 37.19%
G = 19.3%
B = 43.51%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A377C (or 0x6A377C) is known color: Eminence. HEX triplet: 6A, 37 and 7C. RGB value is (106,55,124). Sum of RGB (Red+Green+Blue) = 106+55+124=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A377C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A377C is #95C883. Grayscale: #4D4D4D. Windows color (decimal): -9816196 or 8140650. OLE color: 8140650.

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

Color convert

RGB 106 55 124 -
CMYK 0.15 0.56 0 0.51
HSL 284.35º 0.39% 0.35% -
HSV(B) 284.35º 0.56% 0.49% -
XYZ 10.95 7.25 19.89 -
YUV 78.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 106 55 124 0.15 0.56 0 0.51 284.35 0.39 0.35
Hex 6A 37 7C F 38 0 33 11C 27 23
Octal 152 67 174 17 70 0 63 434 47 43
Binary 1101010 110111 1111100 1111 111000 0 110011 100011100 100111 100011

Color Harmonies of #6A377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A377C

Black with #6A377C

Text Example


Text Example

White with #6A377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,55,124); }

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

background-color css

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

 a { background-color: rgb(106,55,124); }

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

border-color css

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

 span { border-color: rgb(106,55,124); }

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