Html Css Color HEX #6200FD Electric Indigo

📋 copy color: '#6200FD'

red 98 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #6200FD

Tints of Electric Indigo #6200FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 72.08%

R = 27.92%
G = 0%
B = 72.08%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6200FD (or 0x6200FD) is known color: Electric Indigo. HEX triplet: 62, 00 and FD. RGB value is (98,0,253). Sum of RGB (Red+Green+Blue) = 98+0+253=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #6200FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6200FD is #9DFF02. Grayscale: #393939. Windows color (decimal): -10354435 or 16580706. OLE color: 16580706.

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

Color convert

RGB 98 0 253 -
CMYK 0.61 1 0 0.01
HSL 263.24º 1% 0.5% -
HSV(B) 263.24º 1% 0.99% -
XYZ 22.77 9.69 93.6 -
YUV 58.14 237.97 156.43 -
System Red Green Blue C M Y K H S L
Decimal 98 0 253 0.61 1 0 0.01 263.24 1 0.5
Hex 62 0 FD 3D 64 0 1 107 64 32
Octal 142 0 375 75 144 0 1 407 144 62
Binary 1100010 0 11111101 111101 1100100 0 1 100000111 1100100 110010

Color Harmonies of #6200FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6200FD

Black with #6200FD

Text Example


Text Example

White with #6200FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6200FD; }

 p { color: rgb(98,0,253); }

 H1.HeaderClassName
 {
   color: #6200FD;
 }
 .AnyTagClassName
 {
   color: #6200FD;
 }
</style>

background-color css

<style>
 a { background-color: #6200FD; }

 a { background-color: rgb(98,0,253); }

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

border-color css

<style>
 span { border-color: #6200FD; }

 span { border-color: rgb(98,0,253); }

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