Html Css Color HEX #6508F9 Electric Indigo

📋 copy color: '#6508F9'

red 101 ◦ green 8 ◦ blue 249

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

Shades of Electric Indigo #6508F9

Tints of Electric Indigo #6508F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 69.55%

R = 28.21%
G = 2.23%
B = 69.55%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6508F9 (or 0x6508F9) is known color: Electric Indigo. HEX triplet: 65, 08 and F9. RGB value is (101,8,249). Sum of RGB (Red+Green+Blue) = 101+8+249=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #6508F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6508F9 is #9AF706. Grayscale: #3E3E3E. Windows color (decimal): -10155783 or 16320613. OLE color: 16320613.

HSL color Cylindrical-coordinate representation of color #6508F9: hue angle of 263.15º degrees, saturation: 0.95, 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 #6508F9 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 8 249 -
CMYK 0.59 0.97 0 0.02
HSL 263.15º 0.95% 0.5% -
HSV(B) 263.15º 0.97% 0.98% -
XYZ 22.55 9.78 90.32 -
YUV 63.28 232.81 154.9 -
System Red Green Blue C M Y K H S L
Decimal 101 8 249 0.59 0.97 0 0.02 263.15 0.95 0.5
Hex 65 8 F9 3B 61 0 2 107 5F 32
Octal 145 10 371 73 141 0 2 407 137 62
Binary 1100101 1000 11111001 111011 1100001 0 10 100000111 1011111 110010

Color Harmonies of #6508F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6508F9

Black with #6508F9

Text Example


Text Example

White with #6508F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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