Html Css Color HEX #6303EE Electric Indigo

📋 copy color: '#6303EE'

red 99 ◦ green 3 ◦ blue 238

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

Shades of Electric Indigo #6303EE

Tints of Electric Indigo #6303EE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 29.12%
G = 0.88%
B = 70%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6303EE (or 0x6303EE) is known color: Electric Indigo. HEX triplet: 63, 03 and EE. RGB value is (99,3,238). Sum of RGB (Red+Green+Blue) = 99+3+238=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 238 (93.36% from 255 or 70% from 340); Max value from RGB is 238 - color contains mainly: blue. Hex color #6303EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6303EE is #9CFC11. Grayscale: #393939. Windows color (decimal): -10288146 or 15598435. OLE color: 15598435.

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

Color convert

RGB 99 3 238 -
CMYK 0.58 0.99 0 0.07
HSL 264.51º 0.98% 0.47% -
HSV(B) 264.51º 0.99% 0.93% -
XYZ 20.61 8.89 81.52 -
YUV 58.49 229.3 156.89 -
System Red Green Blue C M Y K H S L
Decimal 99 3 238 0.58 0.99 0 0.07 264.51 0.98 0.47
Hex 63 3 EE 3A 63 0 7 109 62 2F
Octal 143 3 356 72 143 0 7 411 142 57
Binary 1100011 11 11101110 111010 1100011 0 111 100001001 1100010 101111

Color Harmonies of #6303EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6303EE

Black with #6303EE

Text Example


Text Example

White with #6303EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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