Html Css Color HEX #6A16FF Electric Indigo

📋 copy color: '#6A16FF'

red 106 ◦ green 22 ◦ blue 255

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

Shades of Electric Indigo #6A16FF

Tints of Electric Indigo #6A16FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.58%

R = 27.68%
G = 5.74%
B = 66.58%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6A16FF (or 0x6A16FF) is known color: Electric Indigo. HEX triplet: 6A, 16 and FF. RGB value is (106,22,255). Sum of RGB (Red+Green+Blue) = 106+22+255=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A16FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A16FF is #95E900. Grayscale: #484848. Windows color (decimal): -9824513 or 16717418. OLE color: 16717418.

HSL color Cylindrical-coordinate representation of color #6A16FF: hue angle of 261.63º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A16FF is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 106 22 255 -
CMYK 0.58 0.91 0 0
HSL 261.63º 1% 0.54% -
HSV(B) 261.63º 0.91% 1% -
XYZ 24.28 10.86 95.42 -
YUV 73.68 230.33 151.05 -
System Red Green Blue C M Y K H S L
Decimal 106 22 255 0.58 0.91 0 0 261.63 1 0.54
Hex 6A 16 FF 3A 5B 0 0 106 64 36
Octal 152 26 377 72 133 0 0 406 144 66
Binary 1101010 10110 11111111 111010 1011011 0 0 100000110 1100100 110110

Color Harmonies of #6A16FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A16FF

Black with #6A16FF

Text Example


Text Example

White with #6A16FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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