Html Css Color HEX #6103F0 Electric Indigo

📋 copy color: '#6103F0'

red 97 ◦ green 3 ◦ blue 240

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

Shades of Electric Indigo #6103F0

Tints of Electric Indigo #6103F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 70.59%

R = 28.53%
G = 0.88%
B = 70.59%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6103F0 (or 0x6103F0) is known color: Electric Indigo. HEX triplet: 61, 03 and F0. RGB value is (97,3,240). Sum of RGB (Red+Green+Blue) = 97+3+240=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 240 (94.14% from 255 or 70.59% from 340); Max value from RGB is 240 - color contains mainly: blue. Hex color #6103F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6103F0 is #9EFC0F. Grayscale: #393939. Windows color (decimal): -10419216 or 15729505. OLE color: 15729505.

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

Color convert

RGB 97 3 240 -
CMYK 0.60 0.99 0 0.06
HSL 263.8º 0.98% 0.48% -
HSV(B) 263.8º 0.99% 0.94% -
XYZ 20.69 8.9 83.07 -
YUV 58.12 230.64 155.73 -
System Red Green Blue C M Y K H S L
Decimal 97 3 240 0.60 0.99 0 0.06 263.8 0.98 0.48
Hex 61 3 F0 3C 63 0 6 108 62 30
Octal 141 3 360 74 143 0 6 410 142 60
Binary 1100001 11 11110000 111100 1100011 0 110 100001000 1100010 110000

Color Harmonies of #6103F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103F0

Black with #6103F0

Text Example


Text Example

White with #6103F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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