Html Css Color HEX #6101FB Electric Indigo

📋 copy color: '#6101FB'

red 97 ◦ green 1 ◦ blue 251

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

Shades of Electric Indigo #6101FB

Tints of Electric Indigo #6101FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 251 (98.44% from 255) = 71.92%

R = 27.79%
G = 0.29%
B = 71.92%

CMYK

 C value IS 0.61

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6101FB (or 0x6101FB) is known color: Electric Indigo. HEX triplet: 61, 01 and FB. RGB value is (97,1,251). Sum of RGB (Red+Green+Blue) = 97+1+251=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #6101FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6101FB is #9EFE04. Grayscale: #393939. Windows color (decimal): -10419717 or 16449889. OLE color: 16449889.

HSL color Cylindrical-coordinate representation of color #6101FB: hue angle of 263.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101FB is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 1 251 -
CMYK 0.61 1.00 0 0.02
HSL 263.04º 0.99% 0.49% -
HSV(B) 263.04º 1% 0.98% -
XYZ 22.35 9.53 91.93 -
YUV 58.2 236.8 155.67 -
System Red Green Blue C M Y K H S L
Decimal 97 1 251 0.61 1.00 0 0.02 263.04 0.99 0.49
Hex 61 1 FB 3D 64 0 2 107 63 31
Octal 141 1 373 75 144 0 2 407 143 61
Binary 1100001 1 11111011 111101 1100100 0 10 100000111 1100011 110001

Color Harmonies of #6101FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6101FB

Black with #6101FB

Text Example


Text Example

White with #6101FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6101FB; }

 p { color: rgb(97,1,251); }

 H1.HeaderClassName
 {
   color: #6101FB;
 }
 .AnyTagClassName
 {
   color: #6101FB;
 }
</style>

background-color css

<style>
 a { background-color: #6101FB; }

 a { background-color: rgb(97,1,251); }

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

border-color css

<style>
 span { border-color: #6101FB; }

 span { border-color: rgb(97,1,251); }

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