Html Css Color HEX #6513FB Electric Indigo

📋 copy color: '#6513FB'

red 101 ◦ green 19 ◦ blue 251

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

Shades of Electric Indigo #6513FB

Tints of Electric Indigo #6513FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

 BLUE value IS 251 (98.44% from 255) = 67.65%

R = 27.22%
G = 5.12%
B = 67.65%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6513FB (or 0x6513FB) is known color: Electric Indigo. HEX triplet: 65, 13 and FB. RGB value is (101,19,251). Sum of RGB (Red+Green+Blue) = 101+19+251=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #6513FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6513FB is #9AEC04. Grayscale: #454545. Windows color (decimal): -10152965 or 16454501. OLE color: 16454501.

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

Color convert

RGB 101 19 251 -
CMYK 0.60 0.92 0 0.02
HSL 261.21º 0.97% 0.53% -
HSV(B) 261.21º 0.92% 0.98% -
XYZ 23.01 10.2 92.02 -
YUV 69.97 230.17 150.14 -
System Red Green Blue C M Y K H S L
Decimal 101 19 251 0.60 0.92 0 0.02 261.21 0.97 0.53
Hex 65 13 FB 3C 5C 0 2 105 61 35
Octal 145 23 373 74 134 0 2 405 141 65
Binary 1100101 10011 11111011 111100 1011100 0 10 100000101 1100001 110101

Color Harmonies of #6513FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6513FB

Black with #6513FB

Text Example


Text Example

White with #6513FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6513FB; }

 p { color: rgb(101,19,251); }

 H1.HeaderClassName
 {
   color: #6513FB;
 }
 .AnyTagClassName
 {
   color: #6513FB;
 }
</style>

background-color css

<style>
 a { background-color: #6513FB; }

 a { background-color: rgb(101,19,251); }

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

border-color css

<style>
 span { border-color: #6513FB; }

 span { border-color: rgb(101,19,251); }

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