COLOR #6B93EC

HEX: #6B93EC
RGB: (107,147,236)

Renk bilgisi

#6B93EC contains mainly blue color. #6B93EC ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#6B93EC color RGB value is (107,147,236).

  • kırmız ton 107;
  • yeşil ton 147;
  • mavi ton 236.
RGB:
(107,147,236)
(42%,58%,93%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 147 of 255 = 58%
B 236 of 255 = 93%

107
147
236

R + G + B ~ 64%. #6B93EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 147 + 236 = 490 (100%)
R 107 of 490 ~ 21.84%
G 147 of 490 ~ 30%
B 236 of 490 ~ 48.16%

%21.84
%30
%48.16

CMYK RENK MODELİ

#6B93EC rengi CMYK tonu (55,38,0,7).

  • camgöbeği tonu 54.66%
  • eflatun tonu 37.71%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(55,38,0,7)
C55M38Y0K7 
(55%,38%,0%,7%)
(0.55/0.38/0.00/0.07)	

CMYK yüzdeleri

%54.66
%37.71
%0
%7.45

Codes

Color #6B93EC in popluar color models

6B93EC
RGB107147236
HSL221°77.25%67.25%
HSB/HSV221°54.66%92.55%
CMYK54.66%37.71%0.00%
7.45%

Color #6B93EC in popluar number systems.

HEX6B93EC
Decimal107147236
Binary11010111001001111101100
Octal153223354

Shades and tints

Shades of #6B93EC

#6B93EC
(107,147,236)
#6286D7
(98,134,215)
#5979C2
(89,121,194)
#506CAD
(80,108,173)
#475F98
(71,95,152)
#3E5283
(62,82,131)
#35456E
(53,69,110)
#2C3859
(44,56,89)
#232B44
(35,43,68)
#1A1E2F
(26,30,47)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #6B93EC

#6B93EC
(107,147,236)
#789CED
(120,156,237)
#85A5EE
(133,165,238)
#92AEEF
(146,174,239)
#9FB7F0
(159,183,240)
#ACC0F1
(172,192,241)
#B9C9F2
(185,201,242)
#C6D2F3
(198,210,243)
#D3DBF4
(211,219,244)
#E0E4F5
(224,228,245)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B93EC; }

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

This text font color is #6B93EC.


Background Color

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

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

This div background color is #6B93EC.


Border color

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

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

This div border color is #6B93EC.


Opacity

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

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

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

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

This text has shadow with #6B93EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B93EC on black background.


Color preview on white background

This text has color #6B93EC on white background.



Black color preview on #6B93EC background

This text has black color on #6B93EC background.


White color preview on #6B93EC background

This text has white color on #6B93EC background.