Html Css Color HEX #6300FF Electric Indigo

📋 copy color: '#6300FF'

red 99 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #6300FF

Tints of Electric Indigo #6300FF

RGB

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

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

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

R = 27.97%
G = 0%
B = 72.03%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6300FF (or 0x6300FF) is known color: Electric Indigo. HEX triplet: 63, 00 and FF. RGB value is (99,0,255). Sum of RGB (Red+Green+Blue) = 99+0+255=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #6300FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6300FF is #9CFF00. Grayscale: #393939. Windows color (decimal): -10288897 or 16711779. OLE color: 16711779.

HSL color Cylindrical-coordinate representation of color #6300FF: hue angle of 263.29º 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 #6300FF is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #6300FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300FF

Black with #6300FF

Text Example


Text Example

White with #6300FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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