Html Css Color HEX #6A0AFA Electric Indigo

📋 copy color: '#6A0AFA'

red 106 ◦ green 10 ◦ blue 250

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

Shades of Electric Indigo #6A0AFA

Tints of Electric Indigo #6A0AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.31%

R = 28.96%
G = 2.73%
B = 68.31%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A0AFA (or 0x6A0AFA) is known color: Electric Indigo. HEX triplet: 6A, 0A and FA. RGB value is (106,10,250). Sum of RGB (Red+Green+Blue) = 106+10+250=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A0AFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0AFA is #95F505. Grayscale: #414141. Windows color (decimal): -9827590 or 16386666. OLE color: 16386666.

HSL color Cylindrical-coordinate representation of color #6A0AFA: hue angle of 264º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0AFA is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 10 250 -
CMYK 0.58 0.96 0 0.02
HSL 264º 0.96% 0.51% -
HSV(B) 264º 0.96% 0.98% -
XYZ 23.31 10.18 91.18 -
YUV 66.06 231.8 156.49 -
System Red Green Blue C M Y K H S L
Decimal 106 10 250 0.58 0.96 0 0.02 264 0.96 0.51
Hex 6A A FA 3A 60 0 2 108 60 33
Octal 152 12 372 72 140 0 2 410 140 63
Binary 1101010 1010 11111010 111010 1100000 0 10 100001000 1100000 110011

Color Harmonies of #6A0AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0AFA

Black with #6A0AFA

Text Example


Text Example

White with #6A0AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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