Html Css Color HEX #610BF8 Electric Indigo

📋 copy color: '#610BF8'

red 97 ◦ green 11 ◦ blue 248

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

Shades of Electric Indigo #610BF8

Tints of Electric Indigo #610BF8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.09%

 BLUE value IS 248 (97.27% from 255) = 69.66%

R = 27.25%
G = 3.09%
B = 69.66%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#610BF8 (or 0x610BF8) is known color: Electric Indigo. HEX triplet: 61, 0B and F8. RGB value is (97,11,248). Sum of RGB (Red+Green+Blue) = 97+11+248=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 248 (97.27% from 255 or 69.66% from 356); Max value from RGB is 248 - color contains mainly: blue. Hex color #610BF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610BF8 is #9EF407. Grayscale: #3E3E3E. Windows color (decimal): -10417160 or 16255841. OLE color: 16255841.

HSL color Cylindrical-coordinate representation of color #610BF8: hue angle of 261.77º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610BF8 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 97 11 248 -
CMYK 0.61 0.96 0 0.03
HSL 261.77º 0.94% 0.51% -
HSV(B) 261.77º 0.96% 0.97% -
XYZ 21.99 9.56 89.49 -
YUV 63.73 231.99 151.73 -
System Red Green Blue C M Y K H S L
Decimal 97 11 248 0.61 0.96 0 0.03 261.77 0.94 0.51
Hex 61 B F8 3D 60 0 3 106 5E 33
Octal 141 13 370 75 140 0 3 406 136 63
Binary 1100001 1011 11111000 111101 1100000 0 11 100000110 1011110 110011

Color Harmonies of #610BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BF8

Black with #610BF8

Text Example


Text Example

White with #610BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,11,248); }

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

background-color css

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

 a { background-color: rgb(97,11,248); }

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

border-color css

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

 span { border-color: rgb(97,11,248); }

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