Html Css Color HEX #6A16FA Electric Indigo

📋 copy color: '#6A16FA'

red 106 ◦ green 22 ◦ blue 250

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

Shades of Electric Indigo #6A16FA

Tints of Electric Indigo #6A16FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 28.04%
G = 5.82%
B = 66.14%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A16FA (or 0x6A16FA) is known color: Electric Indigo. HEX triplet: 6A, 16 and FA. RGB value is (106,22,250). Sum of RGB (Red+Green+Blue) = 106+22+250=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A16FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A16FA is #95E905. Grayscale: #484848. Windows color (decimal): -9824518 or 16389738. OLE color: 16389738.

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

Color convert

RGB 106 22 250 -
CMYK 0.58 0.91 0 0.02
HSL 262.11º 0.96% 0.53% -
HSV(B) 262.11º 0.91% 0.98% -
XYZ 23.49 10.54 91.24 -
YUV 73.11 227.83 151.46 -
System Red Green Blue C M Y K H S L
Decimal 106 22 250 0.58 0.91 0 0.02 262.11 0.96 0.53
Hex 6A 16 FA 3A 5B 0 2 106 60 35
Octal 152 26 372 72 133 0 2 406 140 65
Binary 1101010 10110 11111010 111010 1011011 0 10 100000110 1100000 110101

Color Harmonies of #6A16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A16FA

Black with #6A16FA

Text Example


Text Example

White with #6A16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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