Html Css Color HEX #6712FA Electric Indigo

📋 copy color: '#6712FA'

red 103 ◦ green 18 ◦ blue 250

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

Shades of Electric Indigo #6712FA

Tints of Electric Indigo #6712FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.85%

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

R = 27.76%
G = 4.85%
B = 67.39%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6712FA (or 0x6712FA) is known color: Electric Indigo. HEX triplet: 67, 12 and FA. RGB value is (103,18,250). Sum of RGB (Red+Green+Blue) = 103+18+250=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #6712FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6712FA is #98ED05. Grayscale: #454545. Windows color (decimal): -10022150 or 16388711. OLE color: 16388711.

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

Color convert

RGB 103 18 250 -
CMYK 0.59 0.93 0 0.02
HSL 261.98º 0.96% 0.53% -
HSV(B) 261.98º 0.93% 0.98% -
XYZ 23.07 10.22 91.2 -
YUV 69.86 229.66 151.64 -
System Red Green Blue C M Y K H S L
Decimal 103 18 250 0.59 0.93 0 0.02 261.98 0.96 0.53
Hex 67 12 FA 3B 5D 0 2 106 60 35
Octal 147 22 372 73 135 0 2 406 140 65
Binary 1100111 10010 11111010 111011 1011101 0 10 100000110 1100000 110101

Color Harmonies of #6712FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6712FA

Black with #6712FA

Text Example


Text Example

White with #6712FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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