Html Css Color HEX #6510EF Electric Indigo

📋 copy color: '#6510EF'

red 101 ◦ green 16 ◦ blue 239

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

Shades of Electric Indigo #6510EF

Tints of Electric Indigo #6510EF

RGB

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

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

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

R = 28.37%
G = 4.49%
B = 67.13%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6510EF (or 0x6510EF) is known color: Electric Indigo. HEX triplet: 65, 10 and EF. RGB value is (101,16,239). Sum of RGB (Red+Green+Blue) = 101+16+239=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #6510EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6510EF is #9AEF10. Grayscale: #424242. Windows color (decimal): -10153745 or 15667301. OLE color: 15667301.

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

Color convert

RGB 101 16 239 -
CMYK 0.58 0.93 0 0.06
HSL 262.87º 0.87% 0.5% -
HSV(B) 262.87º 0.93% 0.94% -
XYZ 21.13 9.37 82.36 -
YUV 66.84 225.16 152.37 -
System Red Green Blue C M Y K H S L
Decimal 101 16 239 0.58 0.93 0 0.06 262.87 0.87 0.5
Hex 65 10 EF 3A 5D 0 6 107 57 32
Octal 145 20 357 72 135 0 6 407 127 62
Binary 1100101 10000 11101111 111010 1011101 0 110 100000111 1010111 110010

Color Harmonies of #6510EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510EF

Black with #6510EF

Text Example


Text Example

White with #6510EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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