Html Css Color HEX #6D15FC Electric Indigo

📋 copy color: '#6D15FC'

red 109 ◦ green 21 ◦ blue 252

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

Shades of Electric Indigo #6D15FC

Tints of Electric Indigo #6D15FC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

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

R = 28.53%
G = 5.5%
B = 65.97%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D15FC (or 0x6D15FC) is known color: Electric Indigo. HEX triplet: 6D, 15 and FC. RGB value is (109,21,252). Sum of RGB (Red+Green+Blue) = 109+21+252=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D15FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D15FC is #92EA03. Grayscale: #484848. Windows color (decimal): -9628164 or 16520557. OLE color: 16520557.

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

Color convert

RGB 109 21 252 -
CMYK 0.57 0.92 0 0.01
HSL 262.86º 0.97% 0.54% -
HSV(B) 262.86º 0.92% 0.99% -
XYZ 24.15 10.82 92.91 -
YUV 73.65 228.65 153.22 -
System Red Green Blue C M Y K H S L
Decimal 109 21 252 0.57 0.92 0 0.01 262.86 0.97 0.54
Hex 6D 15 FC 39 5C 0 1 107 61 36
Octal 155 25 374 71 134 0 1 407 141 66
Binary 1101101 10101 11111100 111001 1011100 0 1 100000111 1100001 110110

Color Harmonies of #6D15FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D15FC

Black with #6D15FC

Text Example


Text Example

White with #6D15FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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