COLOR #6B9BDB

HEX: #6B9BDB
RGB: (107,155,219)

Renk bilgisi

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

RGB renk modeli

#6B9BDB color RGB value is (107,155,219).

  • kırmız ton 107;
  • yeşil ton 155;
  • mavi ton 219.
RGB:
(107,155,219)
(42%,61%,86%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 155 of 255 = 61%
B 219 of 255 = 86%

107
155
219

R + G + B ~ 63%. #6B9BDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 155 + 219 = 481 (100%)
R 107 of 481 ~ 22.25%
G 155 of 481 ~ 32.22%
B 219 of 481 ~ 45.53%

%22.25
%32.22
%45.53

CMYK RENK MODELİ

#6B9BDB rengi CMYK tonu (51,29,0,14).

  • camgöbeği tonu 51.14%
  • eflatun tonu 29.22%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(51,29,0,14)
C51M29Y0K14 
(51%,29%,0%,14%)
(0.51/0.29/0.00/0.14)	

CMYK yüzdeleri

%51.14
%29.22
%0
%14.12

Codes

Color #6B9BDB in popluar color models

6B9BDB
RGB107155219
HSL214°60.87%63.92%
HSB/HSV214°51.14%85.88%
CMYK51.14%29.22%0.00%
14.12%

Color #6B9BDB in popluar number systems.

HEX6B9BDB
Decimal107155219
Binary11010111001101111011011
Octal153233333

Shades and tints

Shades of #6B9BDB

#6B9BDB
(107,155,219)
#628DC8
(98,141,200)
#597FB5
(89,127,181)
#5071A2
(80,113,162)
#47638F
(71,99,143)
#3E557C
(62,85,124)
#354769
(53,71,105)
#2C3956
(44,57,86)
#232B43
(35,43,67)
#1A1D30
(26,29,48)
#110F1D
(17,15,29)
#000000
(0,0,0)

Tints of #6B9BDB

#6B9BDB
(107,155,219)
#78A4DE
(120,164,222)
#85ADE1
(133,173,225)
#92B6E4
(146,182,228)
#9FBFE7
(159,191,231)
#ACC8EA
(172,200,234)
#B9D1ED
(185,209,237)
#C6DAF0
(198,218,240)
#D3E3F3
(211,227,243)
#E0ECF6
(224,236,246)
#EDF5F9
(237,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9BDB color. Also use rgb(107,155,219) instead hex code.

Text Font Color

.myTextColor { color: #6B9BDB; }

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

This text font color is #6B9BDB.


Background Color

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

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

This div background color is #6B9BDB.


Border color

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

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

This div border color is #6B9BDB.


Opacity

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

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

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

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

This text has shadow with #6B9BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9BDB on black background.


Color preview on white background

This text has color #6B9BDB on white background.



Black color preview on #6B9BDB background

This text has black color on #6B9BDB background.


White color preview on #6B9BDB background

This text has white color on #6B9BDB background.