COLOR #6B96C0

HEX: #6B96C0
RGB: (107,150,192)

Renk bilgisi

#6B96C0 contains mainly green and blue colors. #6B96C0 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6B96C0 color RGB value is (107,150,192).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 150 of 255 = 59%
B 192 of 255 = 75%

107
150
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 150 + 192 = 449 (100%)
R 107 of 449 ~ 23.83%
G 150 of 449 ~ 33.41%
B 192 of 449 ~ 42.76%

%23.83
%33.41
%42.76

CMYK RENK MODELİ

#6B96C0 rengi CMYK tonu (44,22,0,25).

  • camgöbeği tonu 44.27%
  • eflatun tonu 21.88%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(44,22,0,25)
C44M22Y0K25 
(44%,22%,0%,25%)
(0.44/0.22/0.00/0.25)	

CMYK yüzdeleri

%44.27
%21.88
%0
%24.71

Codes

Color #6B96C0 in popluar color models

6B96C0
RGB107150192
HSL210°40.28%58.63%
HSB/HSV210°44.27%75.29%
CMYK44.27%21.88%0.00%
24.71%

Color #6B96C0 in popluar number systems.

HEX6B96C0
Decimal107150192
Binary11010111001011011000000
Octal153226300

Shades and tints

Shades of #6B96C0

#6B96C0
(107,150,192)
#6289AF
(98,137,175)
#597C9E
(89,124,158)
#506F8D
(80,111,141)
#47627C
(71,98,124)
#3E556B
(62,85,107)
#35485A
(53,72,90)
#2C3B49
(44,59,73)
#232E38
(35,46,56)
#1A2127
(26,33,39)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #6B96C0

#6B96C0
(107,150,192)
#789FC5
(120,159,197)
#85A8CA
(133,168,202)
#92B1CF
(146,177,207)
#9FBAD4
(159,186,212)
#ACC3D9
(172,195,217)
#B9CCDE
(185,204,222)
#C6D5E3
(198,213,227)
#D3DEE8
(211,222,232)
#E0E7ED
(224,231,237)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B96C0; }

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

This text font color is #6B96C0.


Background Color

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

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

This div background color is #6B96C0.


Border color

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

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

This div border color is #6B96C0.


Opacity

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

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

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

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

This text has shadow with #6B96C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B96C0 on black background.


Color preview on white background

This text has color #6B96C0 on white background.



Black color preview on #6B96C0 background

This text has black color on #6B96C0 background.


White color preview on #6B96C0 background

This text has white color on #6B96C0 background.