Html Css Color HEX #6103D4 Electric Indigo

📋 copy color: '#6103D4'

red 97 ◦ green 3 ◦ blue 212

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

Shades of Electric Indigo #6103D4

Tints of Electric Indigo #6103D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 67.95%

R = 31.09%
G = 0.96%
B = 67.95%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6103D4 (or 0x6103D4) is known color: Electric Indigo. HEX triplet: 61, 03 and D4. RGB value is (97,3,212). Sum of RGB (Red+Green+Blue) = 97+3+212=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 212 (83.20% from 255 or 67.95% from 312); Max value from RGB is 212 - color contains mainly: blue. Hex color #6103D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103D4 is #9EFC2B. Grayscale: #363636. Windows color (decimal): -10419244 or 13894497. OLE color: 13894497.

HSL color Cylindrical-coordinate representation of color #6103D4: hue angle of 266.99º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6103D4 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 3 212 -
CMYK 0.54 0.99 0 0.17
HSL 266.99º 0.97% 0.42% -
HSV(B) 266.99º 0.99% 0.83% -
XYZ 16.85 7.36 62.82 -
YUV 54.93 216.64 158.01 -
System Red Green Blue C M Y K H S L
Decimal 97 3 212 0.54 0.99 0 0.17 266.99 0.97 0.42
Hex 61 3 D4 36 63 0 11 10B 61 2A
Octal 141 3 324 66 143 0 21 413 141 52
Binary 1100001 11 11010100 110110 1100011 0 10001 100001011 1100001 101010

Color Harmonies of #6103D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103D4

Black with #6103D4

Text Example


Text Example

White with #6103D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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