Html Css Color HEX #6A17FC Electric Indigo

📋 copy color: '#6A17FC'

red 106 ◦ green 23 ◦ blue 252

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

Shades of Electric Indigo #6A17FC

Tints of Electric Indigo #6A17FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.04%

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 27.82%
G = 6.04%
B = 66.14%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6A17FC (or 0x6A17FC) is known color: Electric Indigo. HEX triplet: 6A, 17 and FC. RGB value is (106,23,252). Sum of RGB (Red+Green+Blue) = 106+23+252=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A17FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A17FC is #95E803. Grayscale: #494949. Windows color (decimal): -9824260 or 16521066. OLE color: 16521066.

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

Color convert

RGB 106 23 252 -
CMYK 0.58 0.91 0 0.01
HSL 261.75º 0.97% 0.54% -
HSV(B) 261.75º 0.91% 0.99% -
XYZ 23.82 10.71 92.91 -
YUV 73.92 228.5 150.88 -
System Red Green Blue C M Y K H S L
Decimal 106 23 252 0.58 0.91 0 0.01 261.75 0.97 0.54
Hex 6A 17 FC 3A 5B 0 1 106 61 36
Octal 152 27 374 72 133 0 1 406 141 66
Binary 1101010 10111 11111100 111010 1011011 0 1 100000110 1100001 110110

Color Harmonies of #6A17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A17FC

Black with #6A17FC

Text Example


Text Example

White with #6A17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,23,252); }

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

background-color css

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

 a { background-color: rgb(106,23,252); }

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

border-color css

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

 span { border-color: rgb(106,23,252); }

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