Html Css Color HEX #6A0EEE Electric Indigo

📋 copy color: '#6A0EEE'

red 106 ◦ green 14 ◦ blue 238

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

Shades of Electric Indigo #6A0EEE

Tints of Electric Indigo #6A0EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.91%

 BLUE value IS 238 (93.36% from 255) = 66.48%

R = 29.61%
G = 3.91%
B = 66.48%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A0EEE (or 0x6A0EEE) is known color: Electric Indigo. HEX triplet: 6A, 0E and EE. RGB value is (106,14,238). Sum of RGB (Red+Green+Blue) = 106+14+238=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A0EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0EEE is #95F111. Grayscale: #424242. Windows color (decimal): -9826578 or 15601258. OLE color: 15601258.

HSL color Cylindrical-coordinate representation of color #6A0EEE: hue angle of 264.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0EEE is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 14 238 -
CMYK 0.55 0.94 0 0.07
HSL 264.64º 0.89% 0.49% -
HSV(B) 264.64º 0.94% 0.93% -
XYZ 21.53 9.55 81.6 -
YUV 67.04 224.48 155.79 -
System Red Green Blue C M Y K H S L
Decimal 106 14 238 0.55 0.94 0 0.07 264.64 0.89 0.49
Hex 6A E EE 37 5E 0 7 109 59 31
Octal 152 16 356 67 136 0 7 411 131 61
Binary 1101010 1110 11101110 110111 1011110 0 111 100001001 1011001 110001

Color Harmonies of #6A0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0EEE

Black with #6A0EEE

Text Example


Text Example

White with #6A0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,14,238); }

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

background-color css

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

 a { background-color: rgb(106,14,238); }

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

border-color css

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

 span { border-color: rgb(106,14,238); }

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