Html Css Color HEX #6511FA Electric Indigo

📋 copy color: '#6511FA'

red 101 ◦ green 17 ◦ blue 250

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

Shades of Electric Indigo #6511FA

Tints of Electric Indigo #6511FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.62%

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

R = 27.45%
G = 4.62%
B = 67.93%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6511FA (or 0x6511FA) is known color: Electric Indigo. HEX triplet: 65, 11 and FA. RGB value is (101,17,250). Sum of RGB (Red+Green+Blue) = 101+17+250=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #6511FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6511FA is #9AEE05. Grayscale: #434343. Windows color (decimal): -10153478 or 16388453. OLE color: 16388453.

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

Color convert

RGB 101 17 250 -
CMYK 0.60 0.93 0 0.02
HSL 261.63º 0.96% 0.52% -
HSV(B) 261.63º 0.93% 0.98% -
XYZ 22.82 10.07 91.18 -
YUV 68.68 230.33 151.05 -
System Red Green Blue C M Y K H S L
Decimal 101 17 250 0.60 0.93 0 0.02 261.63 0.96 0.52
Hex 65 11 FA 3C 5D 0 2 106 60 34
Octal 145 21 372 74 135 0 2 406 140 64
Binary 1100101 10001 11111010 111100 1011101 0 10 100000110 1100000 110100

Color Harmonies of #6511FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6511FA

Black with #6511FA

Text Example


Text Example

White with #6511FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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