Html Css Color HEX #6514FC Electric Indigo

📋 copy color: '#6514FC'

red 101 ◦ green 20 ◦ blue 252

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

Shades of Electric Indigo #6514FC

Tints of Electric Indigo #6514FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.36%

 BLUE value IS 252 (98.83% from 255) = 67.56%

R = 27.08%
G = 5.36%
B = 67.56%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6514FC (or 0x6514FC) is known color: Electric Indigo. HEX triplet: 65, 14 and FC. RGB value is (101,20,252). Sum of RGB (Red+Green+Blue) = 101+20+252=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #6514FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6514FC is #9AEB03. Grayscale: #454545. Windows color (decimal): -10152708 or 16520293. OLE color: 16520293.

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

Color convert

RGB 101 20 252 -
CMYK 0.60 0.92 0 0.01
HSL 260.95º 0.97% 0.53% -
HSV(B) 260.95º 0.92% 0.99% -
XYZ 23.19 10.3 92.86 -
YUV 70.67 230.34 149.64 -
System Red Green Blue C M Y K H S L
Decimal 101 20 252 0.60 0.92 0 0.01 260.95 0.97 0.53
Hex 65 14 FC 3C 5C 0 1 105 61 35
Octal 145 24 374 74 134 0 1 405 141 65
Binary 1100101 10100 11111100 111100 1011100 0 1 100000101 1100001 110101

Color Harmonies of #6514FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6514FC

Black with #6514FC

Text Example


Text Example

White with #6514FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6514FC; }

 p { color: rgb(101,20,252); }

 H1.HeaderClassName
 {
   color: #6514FC;
 }
 .AnyTagClassName
 {
   color: #6514FC;
 }
</style>

background-color css

<style>
 a { background-color: #6514FC; }

 a { background-color: rgb(101,20,252); }

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

border-color css

<style>
 span { border-color: #6514FC; }

 span { border-color: rgb(101,20,252); }

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