Html Css Color HEX #6508F7 Electric Indigo

📋 copy color: '#6508F7'

red 101 ◦ green 8 ◦ blue 247

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

Shades of Electric Indigo #6508F7

Tints of Electric Indigo #6508F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 69.38%

R = 28.37%
G = 2.25%
B = 69.38%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6508F7 (or 0x6508F7) is known color: Electric Indigo. HEX triplet: 65, 08 and F7. RGB value is (101,8,247). Sum of RGB (Red+Green+Blue) = 101+8+247=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 247 (96.88% from 255 or 69.38% from 356); Max value from RGB is 247 - color contains mainly: blue. Hex color #6508F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6508F7 is #9AF708. Grayscale: #3E3E3E. Windows color (decimal): -10155785 or 16189541. OLE color: 16189541.

HSL color Cylindrical-coordinate representation of color #6508F7: hue angle of 263.35º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6508F7 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 8 247 -
CMYK 0.59 0.97 0 0.03
HSL 263.35º 0.94% 0.5% -
HSV(B) 263.35º 0.97% 0.97% -
XYZ 22.24 9.66 88.69 -
YUV 63.05 231.81 155.07 -
System Red Green Blue C M Y K H S L
Decimal 101 8 247 0.59 0.97 0 0.03 263.35 0.94 0.5
Hex 65 8 F7 3B 61 0 3 107 5E 32
Octal 145 10 367 73 141 0 3 407 136 62
Binary 1100101 1000 11110111 111011 1100001 0 11 100000111 1011110 110010

Color Harmonies of #6508F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6508F7

Black with #6508F7

Text Example


Text Example

White with #6508F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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