Html Css Color HEX #6713FE Electric Indigo

📋 copy color: '#6713FE'

red 103 ◦ green 19 ◦ blue 254

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

Shades of Electric Indigo #6713FE

Tints of Electric Indigo #6713FE

RGB

 RED value IS 103 (40.63% from 255) = 27.39%

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

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

R = 27.39%
G = 5.05%
B = 67.55%

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

#6713FE (or 0x6713FE) is known color: Electric Indigo. HEX triplet: 67, 13 and FE. RGB value is (103,19,254). Sum of RGB (Red+Green+Blue) = 103+19+254=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #6713FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6713FE is #98EC01. Grayscale: #464646. Windows color (decimal): -10021890 or 16651111. OLE color: 16651111.

HSL color Cylindrical-coordinate representation of color #6713FE: hue angle of 261.45º 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 #6713FE is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 103 19 254 -
CMYK 0.59 0.93 0 0.00
HSL 261.45º 0.99% 0.54% -
HSV(B) 261.45º 0.93% 1% -
XYZ 23.72 10.51 94.54 -
YUV 70.91 231.33 150.89 -
System Red Green Blue C M Y K H S L
Decimal 103 19 254 0.59 0.93 0 0.00 261.45 0.99 0.54
Hex 67 13 FE 3B 5D 0 0 105 63 36
Octal 147 23 376 73 135 0 0 405 143 66
Binary 1100111 10011 11111110 111011 1011101 0 0 100000101 1100011 110110

Color Harmonies of #6713FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6713FE

Black with #6713FE

Text Example


Text Example

White with #6713FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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