Html Css Color HEX #6C0FFE Electric Indigo

📋 copy color: '#6C0FFE'

red 108 ◦ green 15 ◦ blue 254

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

Shades of Electric Indigo #6C0FFE

Tints of Electric Indigo #6C0FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.98%

 BLUE value IS 254 (99.61% from 255) = 67.37%

R = 28.65%
G = 3.98%
B = 67.37%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C0FFE (or 0x6C0FFE) is known color: Electric Indigo. HEX triplet: 6C, 0F and FE. RGB value is (108,15,254). Sum of RGB (Red+Green+Blue) = 108+15+254=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C0FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0FFE is #93F001. Grayscale: #454545. Windows color (decimal): -9695234 or 16650092. OLE color: 16650092.

HSL color Cylindrical-coordinate representation of color #6C0FFE: hue angle of 263.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0FFE is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 108 15 254 -
CMYK 0.57 0.94 0 0.00
HSL 263.35º 0.99% 0.53% -
HSV(B) 263.35º 0.94% 1% -
XYZ 24.24 10.69 94.55 -
YUV 70.05 231.81 155.07 -
System Red Green Blue C M Y K H S L
Decimal 108 15 254 0.57 0.94 0 0.00 263.35 0.99 0.53
Hex 6C F FE 39 5E 0 0 107 63 35
Octal 154 17 376 71 136 0 0 407 143 65
Binary 1101100 1111 11111110 111001 1011110 0 0 100000111 1100011 110101

Color Harmonies of #6C0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0FFE

Black with #6C0FFE

Text Example


Text Example

White with #6C0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,15,254); }

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

background-color css

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

 a { background-color: rgb(108,15,254); }

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

border-color css

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

 span { border-color: rgb(108,15,254); }

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