COLOR #6096D2

HEX: #6096D2
RGB: (96,150,210)

Renk bilgisi

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

RGB renk modeli

#6096D2 color RGB value is (96,150,210).

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

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 150 of 255 = 59%
B 210 of 255 = 82%

96
150
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 150 + 210 = 456 (100%)
R 96 of 456 ~ 21.05%
G 150 of 456 ~ 32.89%
B 210 of 456 ~ 46.05%

%21.05
%32.89
%46.05

CMYK RENK MODELİ

#6096D2 rengi CMYK tonu (54,29,0,18).

  • camgöbeği tonu 54.29%
  • eflatun tonu 28.57%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(54,29,0,18)
C54M29Y0K18 
(54%,29%,0%,18%)
(0.54/0.29/0.00/0.18)	

CMYK yüzdeleri

%54.29
%28.57
%0
%17.65

Codes

Color #6096D2 in popluar color models

6096D2
RGB96150210
HSL212°55.88%60.00%
HSB/HSV212°54.29%82.35%
CMYK54.29%28.57%0.00%
17.65%

Color #6096D2 in popluar number systems.

HEX6096D2
Decimal96150210
Binary11000001001011011010010
Octal140226322

Shades and tints

Shades of #6096D2

#6096D2
(96,150,210)
#5889BF
(88,137,191)
#507CAC
(80,124,172)
#486F99
(72,111,153)
#406286
(64,98,134)
#385573
(56,85,115)
#304860
(48,72,96)
#283B4D
(40,59,77)
#202E3A
(32,46,58)
#182127
(24,33,39)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #6096D2

#6096D2
(96,150,210)
#6E9FD6
(110,159,214)
#7CA8DA
(124,168,218)
#8AB1DE
(138,177,222)
#98BAE2
(152,186,226)
#A6C3E6
(166,195,230)
#B4CCEA
(180,204,234)
#C2D5EE
(194,213,238)
#D0DEF2
(208,222,242)
#DEE7F6
(222,231,246)
#ECF0FA
(236,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6096D2; }

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

This text font color is #6096D2.


Background Color

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

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

This div background color is #6096D2.


Border color

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

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

This div border color is #6096D2.


Opacity

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

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

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

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

This text has shadow with #6096D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6096D2 on black background.


Color preview on white background

This text has color #6096D2 on white background.



Black color preview on #6096D2 background

This text has black color on #6096D2 background.


White color preview on #6096D2 background

This text has white color on #6096D2 background.