Html Css Color HEX #6A0AF2 Electric Indigo

📋 copy color: '#6A0AF2'

red 106 ◦ green 10 ◦ blue 242

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

Shades of Electric Indigo #6A0AF2

Tints of Electric Indigo #6A0AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.6%

R = 29.61%
G = 2.79%
B = 67.6%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6A0AF2 (or 0x6A0AF2) is known color: Electric Indigo. HEX triplet: 6A, 0A and F2. RGB value is (106,10,242). Sum of RGB (Red+Green+Blue) = 106+10+242=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #6A0AF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0AF2 is #95F50D. Grayscale: #404040. Windows color (decimal): -9827598 or 15862378. OLE color: 15862378.

HSL color Cylindrical-coordinate representation of color #6A0AF2: hue angle of 264.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0AF2 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 10 242 -
CMYK 0.56 0.96 0 0.05
HSL 264.83º 0.92% 0.49% -
HSV(B) 264.83º 0.96% 0.95% -
XYZ 22.08 9.69 84.71 -
YUV 65.15 227.8 157.14 -
System Red Green Blue C M Y K H S L
Decimal 106 10 242 0.56 0.96 0 0.05 264.83 0.92 0.49
Hex 6A A F2 38 60 0 5 109 5C 31
Octal 152 12 362 70 140 0 5 411 134 61
Binary 1101010 1010 11110010 111000 1100000 0 101 100001001 1011100 110001

Color Harmonies of #6A0AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0AF2

Black with #6A0AF2

Text Example


Text Example

White with #6A0AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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