Html Css Color HEX #6512EF Electric Indigo

📋 copy color: '#6512EF'

red 101 ◦ green 18 ◦ blue 239

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

Shades of Electric Indigo #6512EF

Tints of Electric Indigo #6512EF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.03%

 BLUE value IS 239 (93.75% from 255) = 66.76%

R = 28.21%
G = 5.03%
B = 66.76%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6512EF (or 0x6512EF) is known color: Electric Indigo. HEX triplet: 65, 12 and EF. RGB value is (101,18,239). Sum of RGB (Red+Green+Blue) = 101+18+239=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #6512EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6512EF is #9AED10. Grayscale: #434343. Windows color (decimal): -10153233 or 15667813. OLE color: 15667813.

HSL color Cylindrical-coordinate representation of color #6512EF: hue angle of 262.53º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6512EF is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 18 239 -
CMYK 0.58 0.92 0 0.06
HSL 262.53º 0.87% 0.5% -
HSV(B) 262.53º 0.92% 0.94% -
XYZ 21.16 9.43 82.37 -
YUV 68.01 224.5 151.53 -
System Red Green Blue C M Y K H S L
Decimal 101 18 239 0.58 0.92 0 0.06 262.53 0.87 0.5
Hex 65 12 EF 3A 5C 0 6 107 57 32
Octal 145 22 357 72 134 0 6 407 127 62
Binary 1100101 10010 11101111 111010 1011100 0 110 100000111 1010111 110010

Color Harmonies of #6512EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6512EF

Black with #6512EF

Text Example


Text Example

White with #6512EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6512EF; }

 p { color: rgb(101,18,239); }

 H1.HeaderClassName
 {
   color: #6512EF;
 }
 .AnyTagClassName
 {
   color: #6512EF;
 }
</style>

background-color css

<style>
 a { background-color: #6512EF; }

 a { background-color: rgb(101,18,239); }

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

border-color css

<style>
 span { border-color: #6512EF; }

 span { border-color: rgb(101,18,239); }

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