Html Css Color HEX #6103FF Electric Indigo

📋 copy color: '#6103FF'

red 97 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #6103FF

Tints of Electric Indigo #6103FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.83%

R = 27.32%
G = 0.85%
B = 71.83%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6103FF (or 0x6103FF) is known color: Electric Indigo. HEX triplet: 61, 03 and FF. RGB value is (97,3,255). Sum of RGB (Red+Green+Blue) = 97+3+255=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #6103FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6103FF is #9EFC00. Grayscale: #3A3A3A. Windows color (decimal): -10419201 or 16712545. OLE color: 16712545.

HSL color Cylindrical-coordinate representation of color #6103FF: hue angle of 262.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6103FF is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 3 255 -
CMYK 0.62 0.99 0 0
HSL 262.38º 1% 0.51% -
HSV(B) 262.38º 0.99% 1% -
XYZ 23.01 9.83 95.29 -
YUV 59.83 238.14 154.51 -
System Red Green Blue C M Y K H S L
Decimal 97 3 255 0.62 0.99 0 0 262.38 1 0.51
Hex 61 3 FF 3E 63 0 0 106 64 33
Octal 141 3 377 76 143 0 0 406 144 63
Binary 1100001 11 11111111 111110 1100011 0 0 100000110 1100100 110011

Color Harmonies of #6103FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103FF

Black with #6103FF

Text Example


Text Example

White with #6103FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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