Html Css Color HEX #6301FB Electric Indigo

📋 copy color: '#6301FB'

red 99 ◦ green 1 ◦ blue 251

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

Shades of Electric Indigo #6301FB

Tints of Electric Indigo #6301FB

RGB

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

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

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

R = 28.21%
G = 0.28%
B = 71.51%

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

#6301FB (or 0x6301FB) is known color: Electric Indigo. HEX triplet: 63, 01 and FB. RGB value is (99,1,251). Sum of RGB (Red+Green+Blue) = 99+1+251=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #6301FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6301FB is #9CFE04. Grayscale: #393939. Windows color (decimal): -10288645 or 16449891. OLE color: 16449891.

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

Color convert

RGB 99 1 251 -
CMYK 0.61 1.00 0 0.02
HSL 263.52º 0.99% 0.49% -
HSV(B) 263.52º 1% 0.98% -
XYZ 22.57 9.64 91.94 -
YUV 58.8 236.47 156.67 -
System Red Green Blue C M Y K H S L
Decimal 99 1 251 0.61 1.00 0 0.02 263.52 0.99 0.49
Hex 63 1 FB 3D 64 0 2 108 63 31
Octal 143 1 373 75 144 0 2 410 143 61
Binary 1100011 1 11111011 111101 1100100 0 10 100001000 1100011 110001

Color Harmonies of #6301FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6301FB

Black with #6301FB

Text Example


Text Example

White with #6301FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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