Html Css Color HEX #6508FA Electric Indigo

📋 copy color: '#6508FA'

red 101 ◦ green 8 ◦ blue 250

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

Shades of Electric Indigo #6508FA

Tints of Electric Indigo #6508FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

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

R = 28.13%
G = 2.23%
B = 69.64%

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

#6508FA (or 0x6508FA) is known color: Electric Indigo. HEX triplet: 65, 08 and FA. RGB value is (101,8,250). Sum of RGB (Red+Green+Blue) = 101+8+250=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #6508FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6508FA is #9AF705. Grayscale: #3E3E3E. Windows color (decimal): -10155782 or 16386149. OLE color: 16386149.

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

Color convert

RGB 101 8 250 -
CMYK 0.60 0.97 0 0.02
HSL 263.06º 0.96% 0.51% -
HSV(B) 263.06º 0.97% 0.98% -
XYZ 22.71 9.84 91.15 -
YUV 63.4 233.31 154.82 -
System Red Green Blue C M Y K H S L
Decimal 101 8 250 0.60 0.97 0 0.02 263.06 0.96 0.51
Hex 65 8 FA 3C 61 0 2 107 60 33
Octal 145 10 372 74 141 0 2 407 140 63
Binary 1100101 1000 11111010 111100 1100001 0 10 100000111 1100000 110011

Color Harmonies of #6508FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6508FA

Black with #6508FA

Text Example


Text Example

White with #6508FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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