COLOR #6B93F4

HEX: #6B93F4
RGB: (107,147,244)

Color info

#6B93F4 contains mainly blue color. Web safe color of #6B93F4 is #6699FF (or #69F).

RGB color model

#6B93F4 color RGB value is (107,147,244).

  • red value is 107;
  • green value is 147;
  • blue value is 244.
RGB:
(107,147,244)
(42%,58%,96%)

RGB channels and saturation

R 107 of 255 = 42%
G 147 of 255 = 58%
B 244 of 255 = 96%

107
147
244

R + G + B ~ 65%. #6B93F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 147 + 244 = 498 (100%)
R 107 of 498 ~ 21.49%
G 147 of 498 ~ 29.52%
B 244 of 498 ~ 49%

%21.49
%29.52
%49

CMYK color model

#6B93F4 color CMYK value is (56,40,0,4).

  • cyan value is 56.15%
  • magenta value is 39.75%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(56,40,0,4)
C56M40Y0K4 
(56%,40%,0%,4%)
(0.56/0.40/0.00/0.04)	

CMYK percentages

%56.15
%39.75
%0
%4.31

Codes

Color #6B93F4 in popluar color models

6B93F4
RGB107147244
HSL222°86.16%68.82%
HSB/HSV222°56.15%95.69%
CMYK56.15%39.75%0.00%
4.31%

Color #6B93F4 in popluar number systems.

HEX6B93F4
Decimal107147244
Binary11010111001001111110100
Octal153223364

Shades and tints

Shades of #6B93F4

#6B93F4
(107,147,244)
#6286DE
(98,134,222)
#5979C8
(89,121,200)
#506CB2
(80,108,178)
#475F9C
(71,95,156)
#3E5286
(62,82,134)
#354570
(53,69,112)
#2C385A
(44,56,90)
#232B44
(35,43,68)
#1A1E2E
(26,30,46)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #6B93F4

#6B93F4
(107,147,244)
#789CF5
(120,156,245)
#85A5F6
(133,165,246)
#92AEF7
(146,174,247)
#9FB7F8
(159,183,248)
#ACC0F9
(172,192,249)
#B9C9FA
(185,201,250)
#C6D2FB
(198,210,251)
#D3DBFC
(211,219,252)
#E0E4FD
(224,228,253)
#EDEDFE
(237,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B93F4 color. Also use rgb(107,147,244) instead hex code.

Text Font Color

.myTextColor { color: #6B93F4; }

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

This text font color is #6B93F4.


Background Color

.myBgColor { background-color: #6B93F4; }

<div style="background-color:#6B93F4">Inner text</div>

This div background color is #6B93F4.


Border color

.myBorderColor { border: 1px solid #6B93F4; }

<div style="border:3px solid #6B93F4">Div</div>

This div border color is #6B93F4.


Opacity

.myOpacity80 { color: #6B93F4; opacity: 0.8; }

<p style="color:#6B93F4;opacity:0.8;">80%</p>

Text with #6B93F4 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 #6B93F4;}

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

This text has shadow with #6B93F4 color.

.textShadow {text-shadow: 3px 3px 1px #6B93F4, 3px 3px 1px red;}

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

This text has shadow with #6B93F4 primary color and red secondary color.


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

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

This text has shadow with #6B93F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B93F4 on black background.


Color preview on white background

This text has color #6B93F4 on white background.



Black color preview on #6B93F4 background

This text has black color on #6B93F4 background.


White color preview on #6B93F4 background

This text has white color on #6B93F4 background.