Html Css Color HEX #610DFE Electric Indigo

📋 copy color: '#610DFE'

red 97 ◦ green 13 ◦ blue 254

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

Shades of Electric Indigo #610DFE

Tints of Electric Indigo #610DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.57%

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

R = 26.65%
G = 3.57%
B = 69.78%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#610DFE (or 0x610DFE) is known color: Electric Indigo. HEX triplet: 61, 0D and FE. RGB value is (97,13,254). Sum of RGB (Red+Green+Blue) = 97+13+254=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #610DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610DFE is #9EF201. Grayscale: #404040. Windows color (decimal): -10416642 or 16649569. OLE color: 16649569.

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

Color convert

RGB 97 13 254 -
CMYK 0.62 0.95 0 0.00
HSL 260.91º 0.99% 0.52% -
HSV(B) 260.91º 0.95% 1% -
XYZ 22.96 9.98 94.48 -
YUV 65.59 234.33 150.4 -
System Red Green Blue C M Y K H S L
Decimal 97 13 254 0.62 0.95 0 0.00 260.91 0.99 0.52
Hex 61 D FE 3E 5F 0 0 105 63 34
Octal 141 15 376 76 137 0 0 405 143 64
Binary 1100001 1101 11111110 111110 1011111 0 0 100000101 1100011 110100

Color Harmonies of #610DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610DFE

Black with #610DFE

Text Example


Text Example

White with #610DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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