COLOR #609AC6

HEX: #609AC6
RGB: (96,154,198)

Renk bilgisi

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

RGB renk modeli

#609AC6 color RGB value is (96,154,198).

  • kırmız ton 96;
  • yeşil ton 154;
  • mavi ton 198.
RGB:
(96,154,198)
(38%,60%,78%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 154 of 255 = 60%
B 198 of 255 = 78%

96
154
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 154 + 198 = 448 (100%)
R 96 of 448 ~ 21.43%
G 154 of 448 ~ 34.38%
B 198 of 448 ~ 44.2%

%21.43
%34.38
%44.2

CMYK RENK MODELİ

#609AC6 rengi CMYK tonu (52,22,0,22).

  • camgöbeği tonu 51.52%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(52,22,0,22)
C52M22Y0K22 
(52%,22%,0%,22%)
(0.52/0.22/0.00/0.22)	

CMYK yüzdeleri

%51.52
%22.22
%0
%22.35

Codes

Color #609AC6 in popluar color models

609AC6
RGB96154198
HSL206°47.22%57.65%
HSB/HSV206°51.52%77.65%
CMYK51.52%22.22%0.00%
22.35%

Color #609AC6 in popluar number systems.

HEX609AC6
Decimal96154198
Binary11000001001101011000110
Octal140232306

Shades and tints

Shades of #609AC6

#609AC6
(96,154,198)
#588CB4
(88,140,180)
#507EA2
(80,126,162)
#487090
(72,112,144)
#40627E
(64,98,126)
#38546C
(56,84,108)
#30465A
(48,70,90)
#283848
(40,56,72)
#202A36
(32,42,54)
#181C24
(24,28,36)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #609AC6

#609AC6
(96,154,198)
#6EA3CB
(110,163,203)
#7CACD0
(124,172,208)
#8AB5D5
(138,181,213)
#98BEDA
(152,190,218)
#A6C7DF
(166,199,223)
#B4D0E4
(180,208,228)
#C2D9E9
(194,217,233)
#D0E2EE
(208,226,238)
#DEEBF3
(222,235,243)
#ECF4F8
(236,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609AC6 color. Also use rgb(96,154,198) instead hex code.

Text Font Color

.myTextColor { color: #609AC6; }

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

This text font color is #609AC6.


Background Color

.myBgColor { background-color: #609AC6; }

<div style="background-color:#609AC6">Inner text</div>

This div background color is #609AC6.


Border color

.myBorderColor { border: 1px solid #609AC6; }

<div style="border:3px solid #609AC6">Div</div>

This div border color is #609AC6.


Opacity

.myOpacity80 { color: #609AC6; opacity: 0.8; }

<p style="color:#609AC6;opacity:0.8;">80%</p>

Text with #609AC6 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 #609AC6;}

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

This text has shadow with #609AC6 color.

.textShadow {text-shadow: 3px 3px 1px #609AC6, 3px 3px 1px red;}

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

This text has shadow with #609AC6 primary color and red secondary color.


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

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

This text has shadow with #609AC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609AC6 on black background.


Color preview on white background

This text has color #609AC6 on white background.



Black color preview on #609AC6 background

This text has black color on #609AC6 background.


White color preview on #609AC6 background

This text has white color on #609AC6 background.