Html Css Color HEX #6510FE Electric Indigo

📋 copy color: '#6510FE'

red 101 ◦ green 16 ◦ blue 254

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

Shades of Electric Indigo #6510FE

Tints of Electric Indigo #6510FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.31%

 BLUE value IS 254 (99.61% from 255) = 68.46%

R = 27.22%
G = 4.31%
B = 68.46%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6510FE (or 0x6510FE) is known color: Electric Indigo. HEX triplet: 65, 10 and FE. RGB value is (101,16,254). Sum of RGB (Red+Green+Blue) = 101+16+254=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #6510FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6510FE is #9AEF01. Grayscale: #434343. Windows color (decimal): -10153730 or 16650341. OLE color: 16650341.

HSL color Cylindrical-coordinate representation of color #6510FE: hue angle of 261.43º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6510FE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 16 254 -
CMYK 0.60 0.94 0 0.00
HSL 261.43º 0.99% 0.53% -
HSV(B) 261.43º 0.94% 1% -
XYZ 23.44 10.29 94.52 -
YUV 68.55 232.66 151.15 -
System Red Green Blue C M Y K H S L
Decimal 101 16 254 0.60 0.94 0 0.00 261.43 0.99 0.53
Hex 65 10 FE 3C 5E 0 0 105 63 35
Octal 145 20 376 74 136 0 0 405 143 65
Binary 1100101 10000 11111110 111100 1011110 0 0 100000101 1100011 110101

Color Harmonies of #6510FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510FE

Black with #6510FE

Text Example


Text Example

White with #6510FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6510FE; }

 p { color: rgb(101,16,254); }

 H1.HeaderClassName
 {
   color: #6510FE;
 }
 .AnyTagClassName
 {
   color: #6510FE;
 }
</style>

background-color css

<style>
 a { background-color: #6510FE; }

 a { background-color: rgb(101,16,254); }

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

border-color css

<style>
 span { border-color: #6510FE; }

 span { border-color: rgb(101,16,254); }

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