Html Css Color HEX #6101FF Electric Indigo

📋 copy color: '#6101FF'

red 97 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #6101FF

Tints of Electric Indigo #6101FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.24%

R = 27.48%
G = 0.28%
B = 72.24%

CMYK

 C value IS 0.62

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6101FF (or 0x6101FF) is known color: Electric Indigo. HEX triplet: 61, 01 and FF. RGB value is (97,1,255). Sum of RGB (Red+Green+Blue) = 97+1+255=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #6101FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6101FF is #9EFE00. Grayscale: #393939. Windows color (decimal): -10419713 or 16712033. OLE color: 16712033.

HSL color Cylindrical-coordinate representation of color #6101FF: hue angle of 262.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101FF is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 1 255 -
CMYK 0.62 1.00 0 0
HSL 262.68º 1% 0.5% -
HSV(B) 262.68º 1% 1% -
XYZ 22.99 9.78 95.28 -
YUV 58.66 238.8 155.35 -
System Red Green Blue C M Y K H S L
Decimal 97 1 255 0.62 1.00 0 0 262.68 1 0.5
Hex 61 1 FF 3E 64 0 0 107 64 32
Octal 141 1 377 76 144 0 0 407 144 62
Binary 1100001 1 11111111 111110 1100100 0 0 100000111 1100100 110010

Color Harmonies of #6101FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6101FF

Black with #6101FF

Text Example


Text Example

White with #6101FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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