Html Css Color HEX #6506FA Electric Indigo

📋 copy color: '#6506FA'

red 101 ◦ green 6 ◦ blue 250

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

Shades of Electric Indigo #6506FA

Tints of Electric Indigo #6506FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 28.29%
G = 1.68%
B = 70.03%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6506FA (or 0x6506FA) is known color: Electric Indigo. HEX triplet: 65, 06 and FA. RGB value is (101,6,250). Sum of RGB (Red+Green+Blue) = 101+6+250=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #6506FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6506FA is #9AF905. Grayscale: #3D3D3D. Windows color (decimal): -10156294 or 16385637. OLE color: 16385637.

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

Color convert

RGB 101 6 250 -
CMYK 0.60 0.98 0 0.02
HSL 263.36º 0.96% 0.5% -
HSV(B) 263.36º 0.98% 0.98% -
XYZ 22.69 9.8 91.14 -
YUV 62.22 233.97 155.66 -
System Red Green Blue C M Y K H S L
Decimal 101 6 250 0.60 0.98 0 0.02 263.36 0.96 0.5
Hex 65 6 FA 3C 62 0 2 107 60 32
Octal 145 6 372 74 142 0 2 407 140 62
Binary 1100101 110 11111010 111100 1100010 0 10 100000111 1100000 110010

Color Harmonies of #6506FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6506FA

Black with #6506FA

Text Example


Text Example

White with #6506FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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