Html Css Color HEX #6210FF Electric Indigo

📋 copy color: '#6210FF'

red 98 ◦ green 16 ◦ blue 255

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

Shades of Electric Indigo #6210FF

Tints of Electric Indigo #6210FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.11%

R = 26.56%
G = 4.34%
B = 69.11%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6210FF (or 0x6210FF) is known color: Electric Indigo. HEX triplet: 62, 10 and FF. RGB value is (98,16,255). Sum of RGB (Red+Green+Blue) = 98+16+255=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #6210FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6210FF is #9DEF00. Grayscale: #424242. Windows color (decimal): -10350337 or 16715874. OLE color: 16715874.

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

Color convert

RGB 98 16 255 -
CMYK 0.62 0.94 0 0
HSL 260.59º 1% 0.53% -
HSV(B) 260.59º 0.94% 1% -
XYZ 23.27 10.19 95.35 -
YUV 67.76 233.67 149.57 -
System Red Green Blue C M Y K H S L
Decimal 98 16 255 0.62 0.94 0 0 260.59 1 0.53
Hex 62 10 FF 3E 5E 0 0 105 64 35
Octal 142 20 377 76 136 0 0 405 144 65
Binary 1100010 10000 11111111 111110 1011110 0 0 100000101 1100100 110101

Color Harmonies of #6210FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6210FF

Black with #6210FF

Text Example


Text Example

White with #6210FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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