Html Css Color HEX #610BEC Electric Indigo

📋 copy color: '#610BEC'

red 97 ◦ green 11 ◦ blue 236

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

Shades of Electric Indigo #610BEC

Tints of Electric Indigo #610BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.6%

R = 28.2%
G = 3.2%
B = 68.6%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#610BEC (or 0x610BEC) is known color: Electric Indigo. HEX triplet: 61, 0B and EC. RGB value is (97,11,236). Sum of RGB (Red+Green+Blue) = 97+11+236=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #610BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610BEC is #9EF413. Grayscale: #3D3D3D. Windows color (decimal): -10417172 or 15469409. OLE color: 15469409.

HSL color Cylindrical-coordinate representation of color #610BEC: hue angle of 262.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610BEC is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 11 236 -
CMYK 0.59 0.95 0 0.07
HSL 262.93º 0.91% 0.48% -
HSV(B) 262.93º 0.95% 0.93% -
XYZ 20.19 8.84 80 -
YUV 62.36 225.99 152.7 -
System Red Green Blue C M Y K H S L
Decimal 97 11 236 0.59 0.95 0 0.07 262.93 0.91 0.48
Hex 61 B EC 3B 5F 0 7 107 5B 30
Octal 141 13 354 73 137 0 7 407 133 60
Binary 1100001 1011 11101100 111011 1011111 0 111 100000111 1011011 110000

Color Harmonies of #610BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BEC

Black with #610BEC

Text Example


Text Example

White with #610BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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