Html Css Color HEX #6301FD Electric Indigo

📋 copy color: '#6301FD'

red 99 ◦ green 1 ◦ blue 253

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

Shades of Electric Indigo #6301FD

Tints of Electric Indigo #6301FD

RGB

 RED value IS 99 (39.06% from 255) = 28.05%

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

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

R = 28.05%
G = 0.28%
B = 71.67%

CMYK

 C value IS 0.61

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6301FD (or 0x6301FD) is known color: Electric Indigo. HEX triplet: 63, 01 and FD. RGB value is (99,1,253). Sum of RGB (Red+Green+Blue) = 99+1+253=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #6301FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6301FD is #9CFE02. Grayscale: #3A3A3A. Windows color (decimal): -10288643 or 16580963. OLE color: 16580963.

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

Color convert

RGB 99 1 253 -
CMYK 0.61 1.00 0 0.01
HSL 263.33º 0.99% 0.5% -
HSV(B) 263.33º 1% 0.99% -
XYZ 22.89 9.77 93.61 -
YUV 59.03 237.47 156.51 -
System Red Green Blue C M Y K H S L
Decimal 99 1 253 0.61 1.00 0 0.01 263.33 0.99 0.5
Hex 63 1 FD 3D 64 0 1 107 63 32
Octal 143 1 375 75 144 0 1 407 143 62
Binary 1100011 1 11111101 111101 1100100 0 1 100000111 1100011 110010

Color Harmonies of #6301FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6301FD

Black with #6301FD

Text Example


Text Example

White with #6301FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,1,253); }

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

background-color css

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

 a { background-color: rgb(99,1,253); }

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

border-color css

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

 span { border-color: rgb(99,1,253); }

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