COLOR #6096BA

HEX: #6096BA
RGB: (96,150,186)

Renk bilgisi

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

RGB renk modeli

#6096BA color RGB value is (96,150,186).

  • kırmız ton 96;
  • yeşil ton 150;
  • mavi ton 186.
RGB:
(96,150,186)
(38%,59%,73%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 150 of 255 = 59%
B 186 of 255 = 73%

96
150
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 150 + 186 = 432 (100%)
R 96 of 432 ~ 22.22%
G 150 of 432 ~ 34.72%
B 186 of 432 ~ 43.06%

%22.22
%34.72
%43.06

CMYK RENK MODELİ

#6096BA rengi CMYK tonu (48,19,0,27).

  • camgöbeği tonu 48.39%
  • eflatun tonu 19.35%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(48,19,0,27)
C48M19Y0K27 
(48%,19%,0%,27%)
(0.48/0.19/0.00/0.27)	

CMYK yüzdeleri

%48.39
%19.35
%0
%27.06

Codes

Color #6096BA in popluar color models

6096BA
RGB96150186
HSL204°39.47%55.29%
HSB/HSV204°48.39%72.94%
CMYK48.39%19.35%0.00%
27.06%

Color #6096BA in popluar number systems.

HEX6096BA
Decimal96150186
Binary11000001001011010111010
Octal140226272

Shades and tints

Shades of #6096BA

#6096BA
(96,150,186)
#5889AA
(88,137,170)
#507C9A
(80,124,154)
#486F8A
(72,111,138)
#40627A
(64,98,122)
#38556A
(56,85,106)
#30485A
(48,72,90)
#283B4A
(40,59,74)
#202E3A
(32,46,58)
#18212A
(24,33,42)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #6096BA

#6096BA
(96,150,186)
#6E9FC0
(110,159,192)
#7CA8C6
(124,168,198)
#8AB1CC
(138,177,204)
#98BAD2
(152,186,210)
#A6C3D8
(166,195,216)
#B4CCDE
(180,204,222)
#C2D5E4
(194,213,228)
#D0DEEA
(208,222,234)
#DEE7F0
(222,231,240)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6096BA color. Also use rgb(96,150,186) instead hex code.

Text Font Color

.myTextColor { color: #6096BA; }

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

This text font color is #6096BA.


Background Color

.myBgColor { background-color: #6096BA; }

<div style="background-color:#6096BA">Inner text</div>

This div background color is #6096BA.


Border color

.myBorderColor { border: 1px solid #6096BA; }

<div style="border:3px solid #6096BA">Div</div>

This div border color is #6096BA.


Opacity

.myOpacity80 { color: #6096BA; opacity: 0.8; }

<p style="color:#6096BA;opacity:0.8;">80%</p>

Text with #6096BA 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 #6096BA;}

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

This text has shadow with #6096BA color.

.textShadow {text-shadow: 3px 3px 1px #6096BA, 3px 3px 1px red;}

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

This text has shadow with #6096BA primary color and red secondary color.


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

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

This text has shadow with #6096BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6096BA on black background.


Color preview on white background

This text has color #6096BA on white background.



Black color preview on #6096BA background

This text has black color on #6096BA background.


White color preview on #6096BA background

This text has white color on #6096BA background.