Html Css Color HEX #6913FE Electric Indigo

📋 copy color: '#6913FE'

red 105 ◦ green 19 ◦ blue 254

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

Shades of Electric Indigo #6913FE

Tints of Electric Indigo #6913FE

RGB

 RED value IS 105 (41.41% from 255) = 27.78%

 GREEN value IS 19 (7.81% from 255) = 5.03%

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

R = 27.78%
G = 5.03%
B = 67.2%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6913FE (or 0x6913FE) is known color: Electric Indigo. HEX triplet: 69, 13 and FE. RGB value is (105,19,254). Sum of RGB (Red+Green+Blue) = 105+19+254=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #6913FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6913FE is #96EC01. Grayscale: #464646. Windows color (decimal): -9890818 or 16651113. OLE color: 16651113.

HSL color Cylindrical-coordinate representation of color #6913FE: hue angle of 261.96º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6913FE is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 19 254 -
CMYK 0.59 0.93 0 0.00
HSL 261.96º 0.99% 0.54% -
HSV(B) 261.96º 0.93% 1% -
XYZ 23.95 10.62 94.55 -
YUV 71.5 230.99 151.89 -
System Red Green Blue C M Y K H S L
Decimal 105 19 254 0.59 0.93 0 0.00 261.96 0.99 0.54
Hex 69 13 FE 3B 5D 0 0 106 63 36
Octal 151 23 376 73 135 0 0 406 143 66
Binary 1101001 10011 11111110 111011 1011101 0 0 100000110 1100011 110110

Color Harmonies of #6913FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6913FE

Black with #6913FE

Text Example


Text Example

White with #6913FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6913FE; }

 p { color: rgb(105,19,254); }

 H1.HeaderClassName
 {
   color: #6913FE;
 }
 .AnyTagClassName
 {
   color: #6913FE;
 }
</style>

background-color css

<style>
 a { background-color: #6913FE; }

 a { background-color: rgb(105,19,254); }

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

border-color css

<style>
 span { border-color: #6913FE; }

 span { border-color: rgb(105,19,254); }

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