Html Css Color HEX #610EFC Electric Indigo

📋 copy color: '#610EFC'

red 97 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #610EFC

Tints of Electric Indigo #610EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.42%

R = 26.72%
G = 3.86%
B = 69.42%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#610EFC (or 0x610EFC) is known color: Electric Indigo. HEX triplet: 61, 0E and FC. RGB value is (97,14,252). Sum of RGB (Red+Green+Blue) = 97+14+252=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #610EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610EFC is #9EF103. Grayscale: #414141. Windows color (decimal): -10416388 or 16518753. OLE color: 16518753.

HSL color Cylindrical-coordinate representation of color #610EFC: hue angle of 260.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610EFC is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 14 252 -
CMYK 0.62 0.94 0 0.01
HSL 260.92º 0.98% 0.52% -
HSV(B) 260.92º 0.94% 0.99% -
XYZ 22.66 9.88 92.81 -
YUV 65.95 233 150.15 -
System Red Green Blue C M Y K H S L
Decimal 97 14 252 0.62 0.94 0 0.01 260.92 0.98 0.52
Hex 61 E FC 3E 5E 0 1 105 62 34
Octal 141 16 374 76 136 0 1 405 142 64
Binary 1100001 1110 11111100 111110 1011110 0 1 100000101 1100010 110100

Color Harmonies of #610EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610EFC

Black with #610EFC

Text Example


Text Example

White with #610EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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