Html Css Color HEX #6A2686 Eminence

📋 copy color: '#6A2686'

red 106 ◦ green 38 ◦ blue 134

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

Shades of Eminence #6A2686

Tints of Eminence #6A2686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

 BLUE value IS 134 (52.73% from 255) = 48.2%

R = 38.13%
G = 13.67%
B = 48.2%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6A2686 (or 0x6A2686) is known color: Eminence. HEX triplet: 6A, 26 and 86. RGB value is (106,38,134). Sum of RGB (Red+Green+Blue) = 106+38+134=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A2686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2686 is #95D979. Grayscale: #444444. Windows color (decimal): -9820538 or 8791658. OLE color: 8791658.

HSL color Cylindrical-coordinate representation of color #6A2686: hue angle of 282.5º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A2686 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 38 134 -
CMYK 0.21 0.72 0 0.47
HSL 282.5º 0.56% 0.34% -
HSV(B) 282.5º 0.72% 0.53% -
XYZ 10.94 6.17 23.17 -
YUV 69.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 106 38 134 0.21 0.72 0 0.47 282.5 0.56 0.34
Hex 6A 26 86 15 48 0 2F 11A 38 22
Octal 152 46 206 25 110 0 57 432 70 42
Binary 1101010 100110 10000110 10101 1001000 0 101111 100011010 111000 100010

Color Harmonies of #6A2686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2686

Black with #6A2686

Text Example


Text Example

White with #6A2686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,38,134); }

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

background-color css

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

 a { background-color: rgb(106,38,134); }

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

border-color css

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

 span { border-color: rgb(106,38,134); }

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