Html Css Color HEX #6111FF Electric Indigo

📋 copy color: '#6111FF'

red 97 ◦ green 17 ◦ blue 255

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

Shades of Electric Indigo #6111FF

Tints of Electric Indigo #6111FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.61%

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

R = 26.29%
G = 4.61%
B = 69.11%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6111FF (or 0x6111FF) is known color: Electric Indigo. HEX triplet: 61, 11 and FF. RGB value is (97,17,255). Sum of RGB (Red+Green+Blue) = 97+17+255=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #6111FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6111FF is #9EEE00. Grayscale: #434343. Windows color (decimal): -10415617 or 16716129. OLE color: 16716129.

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

Color convert

RGB 97 17 255 -
CMYK 0.62 0.93 0 0
HSL 260.17º 1% 0.53% -
HSV(B) 260.17º 0.93% 1% -
XYZ 23.18 10.16 95.35 -
YUV 68.05 233.5 148.65 -
System Red Green Blue C M Y K H S L
Decimal 97 17 255 0.62 0.93 0 0 260.17 1 0.53
Hex 61 11 FF 3E 5D 0 0 104 64 35
Octal 141 21 377 76 135 0 0 404 144 65
Binary 1100001 10001 11111111 111110 1011101 0 0 100000100 1100100 110101

Color Harmonies of #6111FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111FF

Black with #6111FF

Text Example


Text Example

White with #6111FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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