Html Css Color HEX #6A16EB Electric Indigo

📋 copy color: '#6A16EB'

red 106 ◦ green 22 ◦ blue 235

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

Shades of Electric Indigo #6A16EB

Tints of Electric Indigo #6A16EB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.06%

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

R = 29.2%
G = 6.06%
B = 64.74%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A16EB (or 0x6A16EB) is known color: Electric Indigo. HEX triplet: 6A, 16 and EB. RGB value is (106,22,235). Sum of RGB (Red+Green+Blue) = 106+22+235=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A16EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A16EB is #95E914. Grayscale: #464646. Windows color (decimal): -9824533 or 15406698. OLE color: 15406698.

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

Color convert

RGB 106 22 235 -
CMYK 0.55 0.91 0 0.08
HSL 263.66º 0.84% 0.5% -
HSV(B) 263.66º 0.91% 0.92% -
XYZ 21.23 9.64 79.34 -
YUV 71.4 220.33 152.68 -
System Red Green Blue C M Y K H S L
Decimal 106 22 235 0.55 0.91 0 0.08 263.66 0.84 0.5
Hex 6A 16 EB 37 5B 0 8 108 54 32
Octal 152 26 353 67 133 0 10 410 124 62
Binary 1101010 10110 11101011 110111 1011011 0 1000 100001000 1010100 110010

Color Harmonies of #6A16EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A16EB

Black with #6A16EB

Text Example


Text Example

White with #6A16EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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