Html Css Color HEX #6310EE Electric Indigo

📋 copy color: '#6310EE'

red 99 ◦ green 16 ◦ blue 238

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

Shades of Electric Indigo #6310EE

Tints of Electric Indigo #6310EE

RGB

 RED value IS 99 (39.06% from 255) = 28.05%

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

 BLUE value IS 238 (93.36% from 255) = 67.42%

R = 28.05%
G = 4.53%
B = 67.42%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6310EE (or 0x6310EE) is known color: Electric Indigo. HEX triplet: 63, 10 and EE. RGB value is (99,16,238). Sum of RGB (Red+Green+Blue) = 99+16+238=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #6310EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6310EE is #9CEF11. Grayscale: #414141. Windows color (decimal): -10284818 or 15601763. OLE color: 15601763.

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

Color convert

RGB 99 16 238 -
CMYK 0.58 0.93 0 0.07
HSL 262.43º 0.87% 0.5% -
HSV(B) 262.43º 0.93% 0.93% -
XYZ 20.76 9.2 81.57 -
YUV 66.13 225 151.45 -
System Red Green Blue C M Y K H S L
Decimal 99 16 238 0.58 0.93 0 0.07 262.43 0.87 0.5
Hex 63 10 EE 3A 5D 0 7 106 57 32
Octal 143 20 356 72 135 0 7 406 127 62
Binary 1100011 10000 11101110 111010 1011101 0 111 100000110 1010111 110010

Color Harmonies of #6310EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6310EE

Black with #6310EE

Text Example


Text Example

White with #6310EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6310EE; }

 p { color: rgb(99,16,238); }

 H1.HeaderClassName
 {
   color: #6310EE;
 }
 .AnyTagClassName
 {
   color: #6310EE;
 }
</style>

background-color css

<style>
 a { background-color: #6310EE; }

 a { background-color: rgb(99,16,238); }

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

border-color css

<style>
 span { border-color: #6310EE; }

 span { border-color: rgb(99,16,238); }

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