Html Css Color HEX #610EFF Electric Indigo

📋 copy color: '#610EFF'

red 97 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #610EFF

Tints of Electric Indigo #610EFF

RGB

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

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

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

R = 26.5%
G = 3.83%
B = 69.67%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#610EFF (or 0x610EFF) is known color: Electric Indigo. HEX triplet: 61, 0E and FF. RGB value is (97,14,255). Sum of RGB (Red+Green+Blue) = 97+14+255=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #610EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610EFF is #9EF100. Grayscale: #414141. Windows color (decimal): -10416385 or 16715361. OLE color: 16715361.

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

Color convert

RGB 97 14 255 -
CMYK 0.62 0.95 0 0
HSL 260.66º 1% 0.53% -
HSV(B) 260.66º 0.95% 1% -
XYZ 23.14 10.08 95.33 -
YUV 66.29 234.5 149.9 -
System Red Green Blue C M Y K H S L
Decimal 97 14 255 0.62 0.95 0 0 260.66 1 0.53
Hex 61 E FF 3E 5F 0 0 105 64 35
Octal 141 16 377 76 137 0 0 405 144 65
Binary 1100001 1110 11111111 111110 1011111 0 0 100000101 1100100 110101

Color Harmonies of #610EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610EFF

Black with #610EFF

Text Example


Text Example

White with #610EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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