Html Css Color HEX #6715FA Electric Indigo

📋 copy color: '#6715FA'

red 103 ◦ green 21 ◦ blue 250

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

Shades of Electric Indigo #6715FA

Tints of Electric Indigo #6715FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.84%

R = 27.54%
G = 5.61%
B = 66.84%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6715FA (or 0x6715FA) is known color: Electric Indigo. HEX triplet: 67, 15 and FA. RGB value is (103,21,250). Sum of RGB (Red+Green+Blue) = 103+21+250=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #6715FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6715FA is #98EA05. Grayscale: #464646. Windows color (decimal): -10021382 or 16389479. OLE color: 16389479.

HSL color Cylindrical-coordinate representation of color #6715FA: hue angle of 261.48º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6715FA is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 21 250 -
CMYK 0.59 0.92 0 0.02
HSL 261.48º 0.96% 0.53% -
HSV(B) 261.48º 0.92% 0.98% -
XYZ 23.12 10.32 91.22 -
YUV 71.62 228.67 150.38 -
System Red Green Blue C M Y K H S L
Decimal 103 21 250 0.59 0.92 0 0.02 261.48 0.96 0.53
Hex 67 15 FA 3B 5C 0 2 105 60 35
Octal 147 25 372 73 134 0 2 405 140 65
Binary 1100111 10101 11111010 111011 1011100 0 10 100000101 1100000 110101

Color Harmonies of #6715FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6715FA

Black with #6715FA

Text Example


Text Example

White with #6715FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6715FA; }

 p { color: rgb(103,21,250); }

 H1.HeaderClassName
 {
   color: #6715FA;
 }
 .AnyTagClassName
 {
   color: #6715FA;
 }
</style>

background-color css

<style>
 a { background-color: #6715FA; }

 a { background-color: rgb(103,21,250); }

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

border-color css

<style>
 span { border-color: #6715FA; }

 span { border-color: rgb(103,21,250); }

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