Html Css Color HEX #6301FC Electric Indigo

📋 copy color: '#6301FC'

red 99 ◦ green 1 ◦ blue 252

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

Shades of Electric Indigo #6301FC

Tints of Electric Indigo #6301FC

RGB

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

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

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

R = 28.13%
G = 0.28%
B = 71.59%

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

#6301FC (or 0x6301FC) is known color: Electric Indigo. HEX triplet: 63, 01 and FC. RGB value is (99,1,252). Sum of RGB (Red+Green+Blue) = 99+1+252=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #6301FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6301FC is #9CFE03. Grayscale: #3A3A3A. Windows color (decimal): -10288644 or 16515427. OLE color: 16515427.

HSL color Cylindrical-coordinate representation of color #6301FC: hue angle of 263.43º 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 #6301FC is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 1 252 -
CMYK 0.61 1.00 0 0.01
HSL 263.43º 0.99% 0.5% -
HSV(B) 263.43º 1% 0.99% -
XYZ 22.73 9.7 92.77 -
YUV 58.92 236.97 156.59 -
System Red Green Blue C M Y K H S L
Decimal 99 1 252 0.61 1.00 0 0.01 263.43 0.99 0.5
Hex 63 1 FC 3D 64 0 1 107 63 32
Octal 143 1 374 75 144 0 1 407 143 62
Binary 1100011 1 11111100 111101 1100100 0 1 100000111 1100011 110010

Color Harmonies of #6301FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6301FC

Black with #6301FC

Text Example


Text Example

White with #6301FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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