Html Css Color HEX #6103EF Electric Indigo

📋 copy color: '#6103EF'

red 97 ◦ green 3 ◦ blue 239

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

Shades of Electric Indigo #6103EF

Tints of Electric Indigo #6103EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.5%

R = 28.61%
G = 0.88%
B = 70.5%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6103EF (or 0x6103EF) is known color: Electric Indigo. HEX triplet: 61, 03 and EF. RGB value is (97,3,239). Sum of RGB (Red+Green+Blue) = 97+3+239=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #6103EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6103EF is #9EFC10. Grayscale: #393939. Windows color (decimal): -10419217 or 15663969. OLE color: 15663969.

HSL color Cylindrical-coordinate representation of color #6103EF: hue angle of 263.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6103EF is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 3 239 -
CMYK 0.59 0.99 0 0.06
HSL 263.9º 0.98% 0.47% -
HSV(B) 263.9º 0.99% 0.94% -
XYZ 20.54 8.84 82.28 -
YUV 58.01 230.14 155.81 -
System Red Green Blue C M Y K H S L
Decimal 97 3 239 0.59 0.99 0 0.06 263.9 0.98 0.47
Hex 61 3 EF 3B 63 0 6 108 62 2F
Octal 141 3 357 73 143 0 6 410 142 57
Binary 1100001 11 11101111 111011 1100011 0 110 100001000 1100010 101111

Color Harmonies of #6103EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103EF

Black with #6103EF

Text Example


Text Example

White with #6103EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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