Html Css Color HEX #610DFC Electric Indigo

📋 copy color: '#610DFC'

red 97 ◦ green 13 ◦ blue 252

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

Shades of Electric Indigo #610DFC

Tints of Electric Indigo #610DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.61%

R = 26.8%
G = 3.59%
B = 69.61%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#610DFC (or 0x610DFC) is known color: Electric Indigo. HEX triplet: 61, 0D and FC. RGB value is (97,13,252). Sum of RGB (Red+Green+Blue) = 97+13+252=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #610DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610DFC is #9EF203. Grayscale: #404040. Windows color (decimal): -10416644 or 16518497. OLE color: 16518497.

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

Color convert

RGB 97 13 252 -
CMYK 0.62 0.95 0 0.01
HSL 261.09º 0.98% 0.52% -
HSV(B) 261.09º 0.95% 0.99% -
XYZ 22.64 9.86 92.8 -
YUV 65.36 233.33 150.57 -
System Red Green Blue C M Y K H S L
Decimal 97 13 252 0.62 0.95 0 0.01 261.09 0.98 0.52
Hex 61 D FC 3E 5F 0 1 105 62 34
Octal 141 15 374 76 137 0 1 405 142 64
Binary 1100001 1101 11111100 111110 1011111 0 1 100000101 1100010 110100

Color Harmonies of #610DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610DFC

Black with #610DFC

Text Example


Text Example

White with #610DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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