Html Css Color HEX #6203FC Electric Indigo

📋 copy color: '#6203FC'

red 98 ◦ green 3 ◦ blue 252

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

Shades of Electric Indigo #6203FC

Tints of Electric Indigo #6203FC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 252 (98.83% from 255) = 71.39%

R = 27.76%
G = 0.85%
B = 71.39%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6203FC (or 0x6203FC) is known color: Electric Indigo. HEX triplet: 62, 03 and FC. RGB value is (98,3,252). Sum of RGB (Red+Green+Blue) = 98+3+252=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #6203FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6203FC is #9DFC03. Grayscale: #3A3A3A. Windows color (decimal): -10353668 or 16515938. OLE color: 16515938.

HSL color Cylindrical-coordinate representation of color #6203FC: hue angle of 262.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203FC is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 3 252 -
CMYK 0.61 0.99 0 0.01
HSL 262.89º 0.98% 0.5% -
HSV(B) 262.89º 0.99% 0.99% -
XYZ 22.64 9.69 92.77 -
YUV 59.79 236.47 155.25 -
System Red Green Blue C M Y K H S L
Decimal 98 3 252 0.61 0.99 0 0.01 262.89 0.98 0.5
Hex 62 3 FC 3D 63 0 1 107 62 32
Octal 142 3 374 75 143 0 1 407 142 62
Binary 1100010 11 11111100 111101 1100011 0 1 100000111 1100010 110010

Color Harmonies of #6203FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6203FC

Black with #6203FC

Text Example


Text Example

White with #6203FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6203FC; }

 p { color: rgb(98,3,252); }

 H1.HeaderClassName
 {
   color: #6203FC;
 }
 .AnyTagClassName
 {
   color: #6203FC;
 }
</style>

background-color css

<style>
 a { background-color: #6203FC; }

 a { background-color: rgb(98,3,252); }

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

border-color css

<style>
 span { border-color: #6203FC; }

 span { border-color: rgb(98,3,252); }

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