Html Css Color HEX #6003EC Electric Indigo

📋 copy color: '#6003EC'

red 96 ◦ green 3 ◦ blue 236

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

Shades of Electric Indigo #6003EC

Tints of Electric Indigo #6003EC

RGB

 RED value IS 96 (37.89% from 255) = 28.66%

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

 BLUE value IS 236 (92.58% from 255) = 70.45%

R = 28.66%
G = 0.9%
B = 70.45%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6003EC (or 0x6003EC) is known color: Electric Indigo. HEX triplet: 60, 03 and EC. RGB value is (96,3,236). Sum of RGB (Red+Green+Blue) = 96+3+236=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #6003EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6003EC is #9FFC13. Grayscale: #383838. Windows color (decimal): -10484756 or 15467360. OLE color: 15467360.

HSL color Cylindrical-coordinate representation of color #6003EC: hue angle of 263.95º degrees, saturation: 0.97, 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 #6003EC is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 3 236 -
CMYK 0.59 0.99 0 0.07
HSL 263.95º 0.97% 0.47% -
HSV(B) 263.95º 0.99% 0.93% -
XYZ 20 8.61 79.96 -
YUV 57.37 228.81 155.55 -
System Red Green Blue C M Y K H S L
Decimal 96 3 236 0.59 0.99 0 0.07 263.95 0.97 0.47
Hex 60 3 EC 3B 63 0 7 108 61 2F
Octal 140 3 354 73 143 0 7 410 141 57
Binary 1100000 11 11101100 111011 1100011 0 111 100001000 1100001 101111

Color Harmonies of #6003EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6003EC

Black with #6003EC

Text Example


Text Example

White with #6003EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6003EC; }

 p { color: rgb(96,3,236); }

 H1.HeaderClassName
 {
   color: #6003EC;
 }
 .AnyTagClassName
 {
   color: #6003EC;
 }
</style>

background-color css

<style>
 a { background-color: #6003EC; }

 a { background-color: rgb(96,3,236); }

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

border-color css

<style>
 span { border-color: #6003EC; }

 span { border-color: rgb(96,3,236); }

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