Html Css Color HEX #6A11EC Electric Indigo

📋 copy color: '#6A11EC'

red 106 ◦ green 17 ◦ blue 236

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

Shades of Electric Indigo #6A11EC

Tints of Electric Indigo #6A11EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.74%

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

R = 29.53%
G = 4.74%
B = 65.74%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A11EC (or 0x6A11EC) is known color: Electric Indigo. HEX triplet: 6A, 11 and EC. RGB value is (106,17,236). Sum of RGB (Red+Green+Blue) = 106+17+236=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A11EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A11EC is #95EE13. Grayscale: #434343. Windows color (decimal): -9825812 or 15470954. OLE color: 15470954.

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

Color convert

RGB 106 17 236 -
CMYK 0.55 0.93 0 0.07
HSL 264.38º 0.87% 0.5% -
HSV(B) 264.38º 0.93% 0.93% -
XYZ 21.28 9.52 80.07 -
YUV 68.58 222.49 154.69 -
System Red Green Blue C M Y K H S L
Decimal 106 17 236 0.55 0.93 0 0.07 264.38 0.87 0.5
Hex 6A 11 EC 37 5D 0 7 108 57 32
Octal 152 21 354 67 135 0 7 410 127 62
Binary 1101010 10001 11101100 110111 1011101 0 111 100001000 1010111 110010

Color Harmonies of #6A11EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A11EC

Black with #6A11EC

Text Example


Text Example

White with #6A11EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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