Html Css Color HEX #6301FF Electric Indigo

📋 copy color: '#6301FF'

red 99 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #6301FF

Tints of Electric Indigo #6301FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.83%

R = 27.89%
G = 0.28%
B = 71.83%

CMYK

 C value IS 0.61

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6301FF (or 0x6301FF) is known color: Electric Indigo. HEX triplet: 63, 01 and FF. RGB value is (99,1,255). Sum of RGB (Red+Green+Blue) = 99+1+255=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #6301FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6301FF is #9CFE00. Grayscale: #3A3A3A. Windows color (decimal): -10288641 or 16712035. OLE color: 16712035.

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

Color convert

RGB 99 1 255 -
CMYK 0.61 1.00 0 0
HSL 263.15º 1% 0.5% -
HSV(B) 263.15º 1% 1% -
XYZ 23.21 9.89 95.29 -
YUV 59.26 238.47 156.35 -
System Red Green Blue C M Y K H S L
Decimal 99 1 255 0.61 1.00 0 0 263.15 1 0.5
Hex 63 1 FF 3D 64 0 0 107 64 32
Octal 143 1 377 75 144 0 0 407 144 62
Binary 1100011 1 11111111 111101 1100100 0 0 100000111 1100100 110010

Color Harmonies of #6301FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6301FF

Black with #6301FF

Text Example


Text Example

White with #6301FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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