Html Css Color HEX #6A11FD Electric Indigo

📋 copy color: '#6A11FD'

red 106 ◦ green 17 ◦ blue 253

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

Shades of Electric Indigo #6A11FD

Tints of Electric Indigo #6A11FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.29%

R = 28.19%
G = 4.52%
B = 67.29%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A11FD (or 0x6A11FD) is known color: Electric Indigo. HEX triplet: 6A, 11 and FD. RGB value is (106,17,253). Sum of RGB (Red+Green+Blue) = 106+17+253=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A11FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A11FD is #95EE02. Grayscale: #454545. Windows color (decimal): -9825795 or 16585066. OLE color: 16585066.

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

Color convert

RGB 106 17 253 -
CMYK 0.58 0.93 0 0.01
HSL 262.63º 0.98% 0.53% -
HSV(B) 262.63º 0.93% 0.99% -
XYZ 23.87 10.56 93.71 -
YUV 70.52 230.99 153.31 -
System Red Green Blue C M Y K H S L
Decimal 106 17 253 0.58 0.93 0 0.01 262.63 0.98 0.53
Hex 6A 11 FD 3A 5D 0 1 107 62 35
Octal 152 21 375 72 135 0 1 407 142 65
Binary 1101010 10001 11111101 111010 1011101 0 1 100000111 1100010 110101

Color Harmonies of #6A11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A11FD

Black with #6A11FD

Text Example


Text Example

White with #6A11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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