Html Css Color HEX #6507FA Electric Indigo

📋 copy color: '#6507FA'

red 101 ◦ green 7 ◦ blue 250

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

Shades of Electric Indigo #6507FA

Tints of Electric Indigo #6507FA

RGB

 RED value IS 101 (39.84% from 255) = 28.21%

 GREEN value IS 7 (3.13% from 255) = 1.96%

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

R = 28.21%
G = 1.96%
B = 69.83%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6507FA (or 0x6507FA) is known color: Electric Indigo. HEX triplet: 65, 07 and FA. RGB value is (101,7,250). Sum of RGB (Red+Green+Blue) = 101+7+250=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #6507FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6507FA is #9AF805. Grayscale: #3D3D3D. Windows color (decimal): -10156038 or 16385893. OLE color: 16385893.

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

Color convert

RGB 101 7 250 -
CMYK 0.60 0.97 0 0.02
HSL 263.21º 0.96% 0.5% -
HSV(B) 263.21º 0.97% 0.98% -
XYZ 22.7 9.82 91.14 -
YUV 62.81 233.64 155.24 -
System Red Green Blue C M Y K H S L
Decimal 101 7 250 0.60 0.97 0 0.02 263.21 0.96 0.5
Hex 65 7 FA 3C 61 0 2 107 60 32
Octal 145 7 372 74 141 0 2 407 140 62
Binary 1100101 111 11111010 111100 1100001 0 10 100000111 1100000 110010

Color Harmonies of #6507FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6507FA

Black with #6507FA

Text Example


Text Example

White with #6507FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,7,250); }

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

background-color css

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

 a { background-color: rgb(101,7,250); }

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

border-color css

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

 span { border-color: rgb(101,7,250); }

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