Html Css Color HEX #6A0AEC Electric Indigo

📋 copy color: '#6A0AEC'

red 106 ◦ green 10 ◦ blue 236

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

Shades of Electric Indigo #6A0AEC

Tints of Electric Indigo #6A0AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.84%

 BLUE value IS 236 (92.58% from 255) = 67.05%

R = 30.11%
G = 2.84%
B = 67.05%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A0AEC (or 0x6A0AEC) is known color: Electric Indigo. HEX triplet: 6A, 0A and EC. RGB value is (106,10,236). Sum of RGB (Red+Green+Blue) = 106+10+236=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A0AEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0AEC is #95F513. Grayscale: #3F3F3F. Windows color (decimal): -9827604 or 15469162. OLE color: 15469162.

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

Color convert

RGB 106 10 236 -
CMYK 0.55 0.96 0 0.07
HSL 265.49º 0.92% 0.48% -
HSV(B) 265.49º 0.96% 0.93% -
XYZ 21.19 9.34 80.04 -
YUV 64.47 224.8 157.62 -
System Red Green Blue C M Y K H S L
Decimal 106 10 236 0.55 0.96 0 0.07 265.49 0.92 0.48
Hex 6A A EC 37 60 0 7 109 5C 30
Octal 152 12 354 67 140 0 7 411 134 60
Binary 1101010 1010 11101100 110111 1100000 0 111 100001001 1011100 110000

Color Harmonies of #6A0AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0AEC

Black with #6A0AEC

Text Example


Text Example

White with #6A0AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,10,236); }

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

background-color css

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

 a { background-color: rgb(106,10,236); }

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

border-color css

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

 span { border-color: rgb(106,10,236); }

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