COLOR #6B9AE7

HEX: #6B9AE7
RGB: (107,154,231)

Renk bilgisi

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

RGB renk modeli

#6B9AE7 color RGB value is (107,154,231).

  • kırmız ton 107;
  • yeşil ton 154;
  • mavi ton 231.
RGB:
(107,154,231)
(42%,60%,91%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 154 of 255 = 60%
B 231 of 255 = 91%

107
154
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 154 + 231 = 492 (100%)
R 107 of 492 ~ 21.75%
G 154 of 492 ~ 31.3%
B 231 of 492 ~ 46.95%

%21.75
%31.3
%46.95

CMYK RENK MODELİ

#6B9AE7 rengi CMYK tonu (54,33,0,9).

  • camgöbeği tonu 53.68%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(54,33,0,9)
C54M33Y0K9 
(54%,33%,0%,9%)
(0.54/0.33/0.00/0.09)	

CMYK yüzdeleri

%53.68
%33.33
%0
%9.41

Codes

Color #6B9AE7 in popluar color models

6B9AE7
RGB107154231
HSL217°72.09%66.27%
HSB/HSV217°53.68%90.59%
CMYK53.68%33.33%0.00%
9.41%

Color #6B9AE7 in popluar number systems.

HEX6B9AE7
Decimal107154231
Binary11010111001101011100111
Octal153232347

Shades and tints

Shades of #6B9AE7

#6B9AE7
(107,154,231)
#628CD2
(98,140,210)
#597EBD
(89,126,189)
#5070A8
(80,112,168)
#476293
(71,98,147)
#3E547E
(62,84,126)
#354669
(53,70,105)
#2C3854
(44,56,84)
#232A3F
(35,42,63)
#1A1C2A
(26,28,42)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #6B9AE7

#6B9AE7
(107,154,231)
#78A3E9
(120,163,233)
#85ACEB
(133,172,235)
#92B5ED
(146,181,237)
#9FBEEF
(159,190,239)
#ACC7F1
(172,199,241)
#B9D0F3
(185,208,243)
#C6D9F5
(198,217,245)
#D3E2F7
(211,226,247)
#E0EBF9
(224,235,249)
#EDF4FB
(237,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9AE7 color. Also use rgb(107,154,231) instead hex code.

Text Font Color

.myTextColor { color: #6B9AE7; }

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

This text font color is #6B9AE7.


Background Color

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

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

This div background color is #6B9AE7.


Border color

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

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

This div border color is #6B9AE7.


Opacity

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

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

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

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

This text has shadow with #6B9AE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9AE7 on black background.


Color preview on white background

This text has color #6B9AE7 on white background.



Black color preview on #6B9AE7 background

This text has black color on #6B9AE7 background.


White color preview on #6B9AE7 background

This text has white color on #6B9AE7 background.