COLOR #6B96B0

HEX: #6B96B0
RGB: (107,150,176)

Renk bilgisi

#6B96B0 contains mainly green and blue colors. #6B96B0 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6B96B0 color RGB value is (107,150,176).

  • kırmız ton 107;
  • yeşil ton 150;
  • mavi ton 176.
RGB:
(107,150,176)
(42%,59%,69%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 150 of 255 = 59%
B 176 of 255 = 69%

107
150
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 150 + 176 = 433 (100%)
R 107 of 433 ~ 24.71%
G 150 of 433 ~ 34.64%
B 176 of 433 ~ 40.65%

%24.71
%34.64
%40.65

CMYK RENK MODELİ

#6B96B0 rengi CMYK tonu (39,15,0,31).

  • camgöbeği tonu 39.20%
  • eflatun tonu 14.77%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(39,15,0,31)
C39M15Y0K31 
(39%,15%,0%,31%)
(0.39/0.15/0.00/0.31)	

CMYK yüzdeleri

%39.2
%14.77
%0
%30.98

Codes

Color #6B96B0 in popluar color models

6B96B0
RGB107150176
HSL203°30.40%55.49%
HSB/HSV203°39.20%69.02%
CMYK39.20%14.77%0.00%
30.98%

Color #6B96B0 in popluar number systems.

HEX6B96B0
Decimal107150176
Binary11010111001011010110000
Octal153226260

Shades and tints

Shades of #6B96B0

#6B96B0
(107,150,176)
#6289A0
(98,137,160)
#597C90
(89,124,144)
#506F80
(80,111,128)
#476270
(71,98,112)
#3E5560
(62,85,96)
#354850
(53,72,80)
#2C3B40
(44,59,64)
#232E30
(35,46,48)
#1A2120
(26,33,32)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #6B96B0

#6B96B0
(107,150,176)
#789FB7
(120,159,183)
#85A8BE
(133,168,190)
#92B1C5
(146,177,197)
#9FBACC
(159,186,204)
#ACC3D3
(172,195,211)
#B9CCDA
(185,204,218)
#C6D5E1
(198,213,225)
#D3DEE8
(211,222,232)
#E0E7EF
(224,231,239)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B96B0 color. Also use rgb(107,150,176) instead hex code.

Text Font Color

.myTextColor { color: #6B96B0; }

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

This text font color is #6B96B0.


Background Color

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

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

This div background color is #6B96B0.


Border color

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

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

This div border color is #6B96B0.


Opacity

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

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

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

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

This text has shadow with #6B96B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B96B0 on black background.


Color preview on white background

This text has color #6B96B0 on white background.



Black color preview on #6B96B0 background

This text has black color on #6B96B0 background.


White color preview on #6B96B0 background

This text has white color on #6B96B0 background.