COLOR #6112F9

HEX: #6112F9
RGB: (97,18,249)

Color info

#6112F9 contains mainly blue color. Web safe color of #6112F9 is #6600FF (or #60F).

RGB color model

#6112F9 color RGB value is (97,18,249).

  • red value is 97;
  • green value is 18;
  • blue value is 249.
RGB:
(97,18,249)
(38%,7%,98%)

RGB channels and saturation

R 97 of 255 = 38%
G 18 of 255 = 7%
B 249 of 255 = 98%

97
18
249

R + G + B ~ 48%. #6112F9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 18 + 249 = 364 (100%)
R 97 of 364 ~ 26.65%
G 18 of 364 ~ 4.95%
B 249 of 364 ~ 68.41%

%26.65
%68.41

CMYK color model

#6112F9 color CMYK value is (61,93,0,2).

  • cyan value is 61.04%
  • magenta value is 92.77%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(61,93,0,2)
C61M93Y0K2 
(61%,93%,0%,2%)
(0.61/0.93/0.00/0.02)	

CMYK percentages

%61.04
%92.77
%0
%2.35

Codes

Color #6112F9 in popluar color models

6112F9
RGB9718249
HSL261°95.06%52.35%
HSB/HSV261°92.77%97.65%
CMYK61.04%92.77%0.00%
2.35%

Color #6112F9 in popluar number systems.

HEX6112F9
Decimal9718249
Binary11000011001011111001
Octal14122371

Shades and tints

Shades of #6112F9

#6112F9
(97,18,249)
#5911E3
(89,17,227)
#5110CD
(81,16,205)
#490FB7
(73,15,183)
#410EA1
(65,14,161)
#390D8B
(57,13,139)
#310C75
(49,12,117)
#290B5F
(41,11,95)
#210A49
(33,10,73)
#190933
(25,9,51)
#11081D
(17,8,29)
#000000
(0,0,0)

Tints of #6112F9

#6112F9
(97,18,249)
#6F27F9
(111,39,249)
#7D3CF9
(125,60,249)
#8B51F9
(139,81,249)
#9966F9
(153,102,249)
#A77BF9
(167,123,249)
#B590F9
(181,144,249)
#C3A5F9
(195,165,249)
#D1BAF9
(209,186,249)
#DFCFF9
(223,207,249)
#EDE4F9
(237,228,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6112F9 color. Also use rgb(97,18,249) instead hex code.

Text Font Color

.myTextColor { color: #6112F9; }

<p style="color:#6112F9">This sample text font color is #6112F9.</p>

This text font color is #6112F9.


Background Color

.myBgColor { background-color: #6112F9; }

<div style="background-color:#6112F9">Inner text</div>

This div background color is #6112F9.


Border color

.myBorderColor { border: 1px solid #6112F9; }

<div style="border:3px solid #6112F9">Div</div>

This div border color is #6112F9.


Opacity

.myOpacity80 { color: #6112F9; opacity: 0.8; }

<p style="color:#6112F9;opacity:0.8;">80%</p>

Text with #6112F9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6112F9;}

<p style="text-shadow: 3px 3px 1px #6112F9">Text here.</p>

This text has shadow with #6112F9 color.

.textShadow {text-shadow: 3px 3px 1px #6112F9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6112F9, 5px 5px 20px red">Text here.</p>

This text has shadow with #6112F9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6112F9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6112F9, Direction=45, Strength=4)">Text</p>

This text has shadow with #6112F9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6112F9;
  -webkit-box-shadow:	1px 1px 3px 2px #6112F9;
  box-shadow:		1px 1px 3px 2px #6112F9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6112F9;
-webkit-box-shadow: 1px 1px 3px 2px #6112F9;
box-shadow:1px 1px 3px 2px #6112F9;">
Div content here</div>
This div box has shadow with color #6112F9.

Preview

Color preview on black background

This text has color #6112F9 on black background.


Color preview on white background

This text has color #6112F9 on white background.



Black color preview on #6112F9 background

This text has black color on #6112F9 background.


White color preview on #6112F9 background

This text has white color on #6112F9 background.