Html Css Color HEX #6201FB Electric Indigo

📋 copy color: '#6201FB'

red 98 ◦ green 1 ◦ blue 251

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

Shades of Electric Indigo #6201FB

Tints of Electric Indigo #6201FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 251 (98.44% from 255) = 71.71%

R = 28%
G = 0.29%
B = 71.71%

CMYK

 C value IS 0.61

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6201FB (or 0x6201FB) is known color: Electric Indigo. HEX triplet: 62, 01 and FB. RGB value is (98,1,251). Sum of RGB (Red+Green+Blue) = 98+1+251=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #6201FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6201FB is #9DFE04. Grayscale: #393939. Windows color (decimal): -10354181 or 16449890. OLE color: 16449890.

HSL color Cylindrical-coordinate representation of color #6201FB: hue angle of 263.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6201FB is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 1 251 -
CMYK 0.61 1.00 0 0.02
HSL 263.28º 0.99% 0.49% -
HSV(B) 263.28º 1% 0.98% -
XYZ 22.46 9.58 91.93 -
YUV 58.5 236.64 156.17 -
System Red Green Blue C M Y K H S L
Decimal 98 1 251 0.61 1.00 0 0.02 263.28 0.99 0.49
Hex 62 1 FB 3D 64 0 2 107 63 31
Octal 142 1 373 75 144 0 2 407 143 61
Binary 1100010 1 11111011 111101 1100100 0 10 100000111 1100011 110001

Color Harmonies of #6201FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6201FB

Black with #6201FB

Text Example


Text Example

White with #6201FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6201FB; }

 p { color: rgb(98,1,251); }

 H1.HeaderClassName
 {
   color: #6201FB;
 }
 .AnyTagClassName
 {
   color: #6201FB;
 }
</style>

background-color css

<style>
 a { background-color: #6201FB; }

 a { background-color: rgb(98,1,251); }

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

border-color css

<style>
 span { border-color: #6201FB; }

 span { border-color: rgb(98,1,251); }

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