Html Css Color HEX #6310EF Electric Indigo

📋 copy color: '#6310EF'

red 99 ◦ green 16 ◦ blue 239

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

Shades of Electric Indigo #6310EF

Tints of Electric Indigo #6310EF

RGB

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

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

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

R = 27.97%
G = 4.52%
B = 67.51%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6310EF (or 0x6310EF) is known color: Electric Indigo. HEX triplet: 63, 10 and EF. RGB value is (99,16,239). Sum of RGB (Red+Green+Blue) = 99+16+239=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #6310EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6310EF is #9CEF10. Grayscale: #414141. Windows color (decimal): -10284817 or 15667299. OLE color: 15667299.

HSL color Cylindrical-coordinate representation of color #6310EF: hue angle of 262.33º 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 #6310EF is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 16 239 -
CMYK 0.59 0.93 0 0.06
HSL 262.33º 0.87% 0.5% -
HSV(B) 262.33º 0.93% 0.94% -
XYZ 20.91 9.26 82.35 -
YUV 66.24 225.5 151.37 -
System Red Green Blue C M Y K H S L
Decimal 99 16 239 0.59 0.93 0 0.06 262.33 0.87 0.5
Hex 63 10 EF 3B 5D 0 6 106 57 32
Octal 143 20 357 73 135 0 6 406 127 62
Binary 1100011 10000 11101111 111011 1011101 0 110 100000110 1010111 110010

Color Harmonies of #6310EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6310EF

Black with #6310EF

Text Example


Text Example

White with #6310EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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