Html Css Color HEX #6A0FEC Electric Indigo

📋 copy color: '#6A0FEC'

red 106 ◦ green 15 ◦ blue 236

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

Shades of Electric Indigo #6A0FEC

Tints of Electric Indigo #6A0FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.2%

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

R = 29.69%
G = 4.2%
B = 66.11%

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

#6A0FEC (or 0x6A0FEC) is known color: Electric Indigo. HEX triplet: 6A, 0F and EC. RGB value is (106,15,236). Sum of RGB (Red+Green+Blue) = 106+15+236=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A0FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0FEC is #95F013. Grayscale: #424242. Windows color (decimal): -9826324 or 15470442. OLE color: 15470442.

HSL color Cylindrical-coordinate representation of color #6A0FEC: hue angle of 264.71º degrees, saturation: 0.88, 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 #6A0FEC is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 15 236 -
CMYK 0.55 0.94 0 0.07
HSL 264.71º 0.88% 0.49% -
HSV(B) 264.71º 0.94% 0.93% -
XYZ 21.26 9.46 80.06 -
YUV 67.4 223.15 155.53 -
System Red Green Blue C M Y K H S L
Decimal 106 15 236 0.55 0.94 0 0.07 264.71 0.88 0.49
Hex 6A F EC 37 5E 0 7 109 58 31
Octal 152 17 354 67 136 0 7 411 130 61
Binary 1101010 1111 11101100 110111 1011110 0 111 100001001 1011000 110001

Color Harmonies of #6A0FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0FEC

Black with #6A0FEC

Text Example


Text Example

White with #6A0FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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