Html Css Color HEX #6110FF Electric Indigo

📋 copy color: '#6110FF'

red 97 ◦ green 16 ◦ blue 255

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

Shades of Electric Indigo #6110FF

Tints of Electric Indigo #6110FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.35%

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

R = 26.36%
G = 4.35%
B = 69.29%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6110FF (or 0x6110FF) is known color: Electric Indigo. HEX triplet: 61, 10 and FF. RGB value is (97,16,255). Sum of RGB (Red+Green+Blue) = 97+16+255=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #6110FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6110FF is #9EEF00. Grayscale: #424242. Windows color (decimal): -10415873 or 16715873. OLE color: 16715873.

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

Color convert

RGB 97 16 255 -
CMYK 0.62 0.94 0 0
HSL 260.33º 1% 0.53% -
HSV(B) 260.33º 0.94% 1% -
XYZ 23.17 10.13 95.34 -
YUV 67.47 233.84 149.07 -
System Red Green Blue C M Y K H S L
Decimal 97 16 255 0.62 0.94 0 0 260.33 1 0.53
Hex 61 10 FF 3E 5E 0 0 104 64 35
Octal 141 20 377 76 136 0 0 404 144 65
Binary 1100001 10000 11111111 111110 1011110 0 0 100000100 1100100 110101

Color Harmonies of #6110FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110FF

Black with #6110FF

Text Example


Text Example

White with #6110FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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