Html Css Color HEX #6103EE Electric Indigo

📋 copy color: '#6103EE'

red 97 ◦ green 3 ◦ blue 238

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

Shades of Electric Indigo #6103EE

Tints of Electric Indigo #6103EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.41%

R = 28.7%
G = 0.89%
B = 70.41%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6103EE (or 0x6103EE) is known color: Electric Indigo. HEX triplet: 61, 03 and EE. RGB value is (97,3,238). Sum of RGB (Red+Green+Blue) = 97+3+238=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #6103EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6103EE is #9EFC11. Grayscale: #393939. Windows color (decimal): -10419218 or 15598433. OLE color: 15598433.

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

Color convert

RGB 97 3 238 -
CMYK 0.59 0.99 0 0.07
HSL 264º 0.98% 0.47% -
HSV(B) 264º 0.99% 0.93% -
XYZ 20.39 8.78 81.51 -
YUV 57.9 229.64 155.89 -
System Red Green Blue C M Y K H S L
Decimal 97 3 238 0.59 0.99 0 0.07 264 0.98 0.47
Hex 61 3 EE 3B 63 0 7 108 62 2F
Octal 141 3 356 73 143 0 7 410 142 57
Binary 1100001 11 11101110 111011 1100011 0 111 100001000 1100010 101111

Color Harmonies of #6103EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103EE

Black with #6103EE

Text Example


Text Example

White with #6103EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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