Html Css Color HEX #6D17FC Electric Indigo

📋 copy color: '#6D17FC'

red 109 ◦ green 23 ◦ blue 252

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

Shades of Electric Indigo #6D17FC

Tints of Electric Indigo #6D17FC

RGB

 RED value IS 109 (42.97% from 255) = 28.39%

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

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

R = 28.39%
G = 5.99%
B = 65.63%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D17FC (or 0x6D17FC) is known color: Electric Indigo. HEX triplet: 6D, 17 and FC. RGB value is (109,23,252). Sum of RGB (Red+Green+Blue) = 109+23+252=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D17FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D17FC is #92E803. Grayscale: #494949. Windows color (decimal): -9627652 or 16521069. OLE color: 16521069.

HSL color Cylindrical-coordinate representation of color #6D17FC: hue angle of 262.53º 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 #6D17FC is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 23 252 -
CMYK 0.57 0.91 0 0.01
HSL 262.53º 0.97% 0.54% -
HSV(B) 262.53º 0.91% 0.99% -
XYZ 24.18 10.89 92.92 -
YUV 74.82 227.99 152.38 -
System Red Green Blue C M Y K H S L
Decimal 109 23 252 0.57 0.91 0 0.01 262.53 0.97 0.54
Hex 6D 17 FC 39 5B 0 1 107 61 36
Octal 155 27 374 71 133 0 1 407 141 66
Binary 1101101 10111 11111100 111001 1011011 0 1 100000111 1100001 110110

Color Harmonies of #6D17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D17FC

Black with #6D17FC

Text Example


Text Example

White with #6D17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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