COLOR #6B8AC6

HEX: #6B8AC6
RGB: (107,138,198)

Renk bilgisi

#6B8AC6 contains mainly blue color. #6B8AC6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6B8AC6 color RGB value is (107,138,198).

  • kırmız ton 107;
  • yeşil ton 138;
  • mavi ton 198.
RGB:
(107,138,198)
(42%,54%,78%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 138 of 255 = 54%
B 198 of 255 = 78%

107
138
198

R + G + B ~ 58%. #6B8AC6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 138 + 198 = 443 (100%)
R 107 of 443 ~ 24.15%
G 138 of 443 ~ 31.15%
B 198 of 443 ~ 44.7%

%24.15
%31.15
%44.7

CMYK RENK MODELİ

#6B8AC6 rengi CMYK tonu (46,30,0,22).

  • camgöbeği tonu 45.96%
  • eflatun tonu 30.30%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(46,30,0,22)
C46M30Y0K22 
(46%,30%,0%,22%)
(0.46/0.30/0.00/0.22)	

CMYK yüzdeleri

%45.96
%30.3
%0
%22.35

Codes

Color #6B8AC6 in popluar color models

6B8AC6
RGB107138198
HSL220°44.39%59.80%
HSB/HSV220°45.96%77.65%
CMYK45.96%30.30%0.00%
22.35%

Color #6B8AC6 in popluar number systems.

HEX6B8AC6
Decimal107138198
Binary11010111000101011000110
Octal153212306

Shades and tints

Shades of #6B8AC6

#6B8AC6
(107,138,198)
#627EB4
(98,126,180)
#5972A2
(89,114,162)
#506690
(80,102,144)
#475A7E
(71,90,126)
#3E4E6C
(62,78,108)
#35425A
(53,66,90)
#2C3648
(44,54,72)
#232A36
(35,42,54)
#1A1E24
(26,30,36)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #6B8AC6

#6B8AC6
(107,138,198)
#7894CB
(120,148,203)
#859ED0
(133,158,208)
#92A8D5
(146,168,213)
#9FB2DA
(159,178,218)
#ACBCDF
(172,188,223)
#B9C6E4
(185,198,228)
#C6D0E9
(198,208,233)
#D3DAEE
(211,218,238)
#E0E4F3
(224,228,243)
#EDEEF8
(237,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8AC6 color. Also use rgb(107,138,198) instead hex code.

Text Font Color

.myTextColor { color: #6B8AC6; }

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

This text font color is #6B8AC6.


Background Color

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

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

This div background color is #6B8AC6.


Border color

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

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

This div border color is #6B8AC6.


Opacity

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

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

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

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

This text has shadow with #6B8AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8AC6 on black background.


Color preview on white background

This text has color #6B8AC6 on white background.



Black color preview on #6B8AC6 background

This text has black color on #6B8AC6 background.


White color preview on #6B8AC6 background

This text has white color on #6B8AC6 background.