Html Css Color HEX #6210FE Electric Indigo

📋 copy color: '#6210FE'

red 98 ◦ green 16 ◦ blue 254

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

Shades of Electric Indigo #6210FE

Tints of Electric Indigo #6210FE

RGB

 RED value IS 98 (38.67% from 255) = 26.63%

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

 BLUE value IS 254 (99.61% from 255) = 69.02%

R = 26.63%
G = 4.35%
B = 69.02%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6210FE (or 0x6210FE) is known color: Electric Indigo. HEX triplet: 62, 10 and FE. RGB value is (98,16,254). Sum of RGB (Red+Green+Blue) = 98+16+254=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #6210FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6210FE is #9DEF01. Grayscale: #424242. Windows color (decimal): -10350338 or 16650338. OLE color: 16650338.

HSL color Cylindrical-coordinate representation of color #6210FE: hue angle of 260.67º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6210FE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 98 16 254 -
CMYK 0.61 0.94 0 0.00
HSL 260.67º 0.99% 0.53% -
HSV(B) 260.67º 0.94% 1% -
XYZ 23.11 10.12 94.5 -
YUV 67.65 233.17 149.65 -
System Red Green Blue C M Y K H S L
Decimal 98 16 254 0.61 0.94 0 0.00 260.67 0.99 0.53
Hex 62 10 FE 3D 5E 0 0 105 63 35
Octal 142 20 376 75 136 0 0 405 143 65
Binary 1100010 10000 11111110 111101 1011110 0 0 100000101 1100011 110101

Color Harmonies of #6210FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6210FE

Black with #6210FE

Text Example


Text Example

White with #6210FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6210FE; }

 p { color: rgb(98,16,254); }

 H1.HeaderClassName
 {
   color: #6210FE;
 }
 .AnyTagClassName
 {
   color: #6210FE;
 }
</style>

background-color css

<style>
 a { background-color: #6210FE; }

 a { background-color: rgb(98,16,254); }

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

border-color css

<style>
 span { border-color: #6210FE; }

 span { border-color: rgb(98,16,254); }

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