Html Css Color HEX #6103E0 Electric Indigo

📋 copy color: '#6103E0'

red 97 ◦ green 3 ◦ blue 224

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

Shades of Electric Indigo #6103E0

Tints of Electric Indigo #6103E0

RGB

 RED value IS 97 (38.28% from 255) = 29.94%

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

 BLUE value IS 224 (87.89% from 255) = 69.14%

R = 29.94%
G = 0.93%
B = 69.14%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6103E0 (or 0x6103E0) is known color: Electric Indigo. HEX triplet: 61, 03 and E0. RGB value is (97,3,224). Sum of RGB (Red+Green+Blue) = 97+3+224=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #6103E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103E0 is #9EFC1F. Grayscale: #373737. Windows color (decimal): -10419232 or 14680929. OLE color: 14680929.

HSL color Cylindrical-coordinate representation of color #6103E0: hue angle of 265.52º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6103E0 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 3 224 -
CMYK 0.57 0.99 0 0.12
HSL 265.52º 0.97% 0.45% -
HSV(B) 265.52º 0.99% 0.88% -
XYZ 18.42 7.99 71.09 -
YUV 56.3 222.64 157.03 -
System Red Green Blue C M Y K H S L
Decimal 97 3 224 0.57 0.99 0 0.12 265.52 0.97 0.45
Hex 61 3 E0 39 63 0 C 10A 61 2D
Octal 141 3 340 71 143 0 14 412 141 55
Binary 1100001 11 11100000 111001 1100011 0 1100 100001010 1100001 101101

Color Harmonies of #6103E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103E0

Black with #6103E0

Text Example


Text Example

White with #6103E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6103E0; }

 p { color: rgb(97,3,224); }

 H1.HeaderClassName
 {
   color: #6103E0;
 }
 .AnyTagClassName
 {
   color: #6103E0;
 }
</style>

background-color css

<style>
 a { background-color: #6103E0; }

 a { background-color: rgb(97,3,224); }

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

border-color css

<style>
 span { border-color: #6103E0; }

 span { border-color: rgb(97,3,224); }

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