Html Css Color HEX #6A0AFF Electric Indigo

📋 copy color: '#6A0AFF'

red 106 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #6A0AFF

Tints of Electric Indigo #6A0AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.73%

R = 28.57%
G = 2.7%
B = 68.73%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6A0AFF (or 0x6A0AFF) is known color: Electric Indigo. HEX triplet: 6A, 0A and FF. RGB value is (106,10,255). Sum of RGB (Red+Green+Blue) = 106+10+255=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0AFF is #95F500. Grayscale: #414141. Windows color (decimal): -9827585 or 16714346. OLE color: 16714346.

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

Color convert

RGB 106 10 255 -
CMYK 0.58 0.96 0 0
HSL 263.51º 1% 0.52% -
HSV(B) 263.51º 0.96% 1% -
XYZ 24.1 10.5 95.36 -
YUV 66.63 234.3 156.08 -
System Red Green Blue C M Y K H S L
Decimal 106 10 255 0.58 0.96 0 0 263.51 1 0.52
Hex 6A A FF 3A 60 0 0 108 64 34
Octal 152 12 377 72 140 0 0 410 144 64
Binary 1101010 1010 11111111 111010 1100000 0 0 100001000 1100100 110100

Color Harmonies of #6A0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0AFF

Black with #6A0AFF

Text Example


Text Example

White with #6A0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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