Html Css Color HEX #6300FC Electric Indigo

📋 copy color: '#6300FC'

red 99 ◦ green 0 ◦ blue 252

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

Shades of Electric Indigo #6300FC

Tints of Electric Indigo #6300FC

RGB

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

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

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

R = 28.21%
G = 0%
B = 71.79%

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

#6300FC (or 0x6300FC) is known color: Electric Indigo. HEX triplet: 63, 00 and FC. RGB value is (99,0,252). Sum of RGB (Red+Green+Blue) = 99+0+252=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #6300FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6300FC is #9CFF03. Grayscale: #393939. Windows color (decimal): -10288900 or 16515171. OLE color: 16515171.

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

Color convert

RGB 99 0 252 -
CMYK 0.61 1 0 0.01
HSL 263.57º 1% 0.49% -
HSV(B) 263.57º 1% 0.99% -
XYZ 22.72 9.68 92.77 -
YUV 58.33 237.3 157.01 -
System Red Green Blue C M Y K H S L
Decimal 99 0 252 0.61 1 0 0.01 263.57 1 0.49
Hex 63 0 FC 3D 64 0 1 108 64 31
Octal 143 0 374 75 144 0 1 410 144 61
Binary 1100011 0 11111100 111101 1100100 0 1 100001000 1100100 110001

Color Harmonies of #6300FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300FC

Black with #6300FC

Text Example


Text Example

White with #6300FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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