Html Css Color HEX #6A11EB Electric Indigo

📋 copy color: '#6A11EB'

red 106 ◦ green 17 ◦ blue 235

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

Shades of Electric Indigo #6A11EB

Tints of Electric Indigo #6A11EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 29.61%
G = 4.75%
B = 65.64%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A11EB (or 0x6A11EB) is known color: Electric Indigo. HEX triplet: 6A, 11 and EB. RGB value is (106,17,235). Sum of RGB (Red+Green+Blue) = 106+17+235=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A11EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A11EB is #95EE14. Grayscale: #434343. Windows color (decimal): -9825813 or 15405418. OLE color: 15405418.

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

Color convert

RGB 106 17 235 -
CMYK 0.55 0.93 0 0.08
HSL 264.5º 0.87% 0.49% -
HSV(B) 264.5º 0.93% 0.92% -
XYZ 21.14 9.46 79.31 -
YUV 68.46 221.99 154.77 -
System Red Green Blue C M Y K H S L
Decimal 106 17 235 0.55 0.93 0 0.08 264.5 0.87 0.49
Hex 6A 11 EB 37 5D 0 8 108 57 31
Octal 152 21 353 67 135 0 10 410 127 61
Binary 1101010 10001 11101011 110111 1011101 0 1000 100001000 1010111 110001

Color Harmonies of #6A11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A11EB

Black with #6A11EB

Text Example


Text Example

White with #6A11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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