Html Css Color HEX #6300EE Electric Indigo

📋 copy color: '#6300EE'

red 99 ◦ green 0 ◦ blue 238

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

Shades of Electric Indigo #6300EE

Tints of Electric Indigo #6300EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.62%

R = 29.38%
G = 0%
B = 70.62%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6300EE (or 0x6300EE) is known color: Electric Indigo. HEX triplet: 63, 00 and EE. RGB value is (99,0,238). Sum of RGB (Red+Green+Blue) = 99+0+238=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #6300EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6300EE is #9CFF11. Grayscale: #373737. Windows color (decimal): -10288914 or 15597667. OLE color: 15597667.

HSL color Cylindrical-coordinate representation of color #6300EE: hue angle of 264.96º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6300EE is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 0 238 -
CMYK 0.58 1 0 0.07
HSL 264.96º 1% 0.47% -
HSV(B) 264.96º 1% 0.93% -
XYZ 20.58 8.83 81.51 -
YUV 56.73 230.3 158.15 -
System Red Green Blue C M Y K H S L
Decimal 99 0 238 0.58 1 0 0.07 264.96 1 0.47
Hex 63 0 EE 3A 64 0 7 109 64 2F
Octal 143 0 356 72 144 0 7 411 144 57
Binary 1100011 0 11101110 111010 1100100 0 111 100001001 1100100 101111

Color Harmonies of #6300EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300EE

Black with #6300EE

Text Example


Text Example

White with #6300EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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