Html Css Color HEX #610EEF Electric Indigo

📋 copy color: '#610EEF'

red 97 ◦ green 14 ◦ blue 239

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

Shades of Electric Indigo #610EEF

Tints of Electric Indigo #610EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4%

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

R = 27.71%
G = 4%
B = 68.29%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#610EEF (or 0x610EEF) is known color: Electric Indigo. HEX triplet: 61, 0E and EF. RGB value is (97,14,239). Sum of RGB (Red+Green+Blue) = 97+14+239=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #610EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610EEF is #9EF110. Grayscale: #3F3F3F. Windows color (decimal): -10416401 or 15666785. OLE color: 15666785.

HSL color Cylindrical-coordinate representation of color #610EEF: hue angle of 262.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610EEF is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 14 239 -
CMYK 0.59 0.94 0 0.06
HSL 262.13º 0.89% 0.5% -
HSV(B) 262.13º 0.94% 0.94% -
XYZ 20.67 9.09 82.33 -
YUV 64.47 226.5 151.2 -
System Red Green Blue C M Y K H S L
Decimal 97 14 239 0.59 0.94 0 0.06 262.13 0.89 0.5
Hex 61 E EF 3B 5E 0 6 106 59 32
Octal 141 16 357 73 136 0 6 406 131 62
Binary 1100001 1110 11101111 111011 1011110 0 110 100000110 1011001 110010

Color Harmonies of #610EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610EEF

Black with #610EEF

Text Example


Text Example

White with #610EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610EEF; }

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

 H1.HeaderClassName
 {
   color: #610EEF;
 }
 .AnyTagClassName
 {
   color: #610EEF;
 }
</style>

background-color css

<style>
 a { background-color: #610EEF; }

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

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

border-color css

<style>
 span { border-color: #610EEF; }

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

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