Html Css Color HEX #6C17FF Electric Indigo

📋 copy color: '#6C17FF'

red 108 ◦ green 23 ◦ blue 255

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

Shades of Electric Indigo #6C17FF

Tints of Electric Indigo #6C17FF

RGB

 RED value IS 108 (42.58% from 255) = 27.98%

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

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

R = 27.98%
G = 5.96%
B = 66.06%

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

#6C17FF (or 0x6C17FF) is known color: Electric Indigo. HEX triplet: 6C, 17 and FF. RGB value is (108,23,255). Sum of RGB (Red+Green+Blue) = 108+23+255=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C17FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C17FF is #93E800. Grayscale: #4A4A4A. Windows color (decimal): -9693185 or 16717676. OLE color: 16717676.

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

Color convert

RGB 108 23 255 -
CMYK 0.58 0.91 0 0
HSL 261.98º 1% 0.55% -
HSV(B) 261.98º 0.91% 1% -
XYZ 24.54 11.02 95.44 -
YUV 74.86 229.66 151.64 -
System Red Green Blue C M Y K H S L
Decimal 108 23 255 0.58 0.91 0 0 261.98 1 0.55
Hex 6C 17 FF 3A 5B 0 0 106 64 37
Octal 154 27 377 72 133 0 0 406 144 67
Binary 1101100 10111 11111111 111010 1011011 0 0 100000110 1100100 110111

Color Harmonies of #6C17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C17FF

Black with #6C17FF

Text Example


Text Example

White with #6C17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,23,255); }

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

background-color css

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

 a { background-color: rgb(108,23,255); }

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

border-color css

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

 span { border-color: rgb(108,23,255); }

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