Html Css Color HEX #610BDE Electric Indigo

📋 copy color: '#610BDE'

red 97 ◦ green 11 ◦ blue 222

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

Shades of Electric Indigo #610BDE

Tints of Electric Indigo #610BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.27%

R = 29.39%
G = 3.33%
B = 67.27%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#610BDE (or 0x610BDE) is known color: Electric Indigo. HEX triplet: 61, 0B and DE. RGB value is (97,11,222). Sum of RGB (Red+Green+Blue) = 97+11+222=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #610BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BDE is #9EF421. Grayscale: #3C3C3C. Windows color (decimal): -10417186 or 14551905. OLE color: 14551905.

HSL color Cylindrical-coordinate representation of color #610BDE: hue angle of 264.45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610BDE is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 11 222 -
CMYK 0.56 0.95 0 0.13
HSL 264.46º 0.91% 0.46% -
HSV(B) 264.46º 0.95% 0.87% -
XYZ 18.23 8.05 69.7 -
YUV 60.77 218.99 153.84 -
System Red Green Blue C M Y K H S L
Decimal 97 11 222 0.56 0.95 0 0.13 264.46 0.91 0.46
Hex 61 B DE 38 5F 0 D 108 5B 2E
Octal 141 13 336 70 137 0 15 410 133 56
Binary 1100001 1011 11011110 111000 1011111 0 1101 100001000 1011011 101110

Color Harmonies of #610BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BDE

Black with #610BDE

Text Example


Text Example

White with #610BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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