Html Css Color HEX #6100FF Electric Indigo

📋 copy color: '#6100FF'

red 97 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #6100FF

Tints of Electric Indigo #6100FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.56%
G = 0%
B = 72.44%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6100FF (or 0x6100FF) is known color: Electric Indigo. HEX triplet: 61, 00 and FF. RGB value is (97,0,255). Sum of RGB (Red+Green+Blue) = 97+0+255=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #6100FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6100FF is #9EFF00. Grayscale: #393939. Windows color (decimal): -10419969 or 16711777. OLE color: 16711777.

HSL color Cylindrical-coordinate representation of color #6100FF: hue angle of 262.82º 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 #6100FF is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #6100FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100FF

Black with #6100FF

Text Example


Text Example

White with #6100FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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