Html Css Color HEX #610AFE Electric Indigo

📋 copy color: '#610AFE'

red 97 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #610AFE

Tints of Electric Indigo #610AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.77%

 BLUE value IS 254 (99.61% from 255) = 70.36%

R = 26.87%
G = 2.77%
B = 70.36%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#610AFE (or 0x610AFE) is known color: Electric Indigo. HEX triplet: 61, 0A and FE. RGB value is (97,10,254). Sum of RGB (Red+Green+Blue) = 97+10+254=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #610AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610AFE is #9EF501. Grayscale: #3E3E3E. Windows color (decimal): -10417410 or 16648801. OLE color: 16648801.

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

Color convert

RGB 97 10 254 -
CMYK 0.62 0.96 0 0.00
HSL 261.39º 0.99% 0.52% -
HSV(B) 261.39º 0.96% 1% -
XYZ 22.93 9.91 94.47 -
YUV 63.83 235.32 151.66 -
System Red Green Blue C M Y K H S L
Decimal 97 10 254 0.62 0.96 0 0.00 261.39 0.99 0.52
Hex 61 A FE 3E 60 0 0 105 63 34
Octal 141 12 376 76 140 0 0 405 143 64
Binary 1100001 1010 11111110 111110 1100000 0 0 100000101 1100011 110100

Color Harmonies of #610AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610AFE

Black with #610AFE

Text Example


Text Example

White with #610AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,10,254); }

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

background-color css

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

 a { background-color: rgb(97,10,254); }

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

border-color css

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

 span { border-color: rgb(97,10,254); }

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