COLOR #599CE6

HEX: #599CE6
RGB: (89,156,230)

Renk bilgisi

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

RGB renk modeli

#599CE6 color RGB value is (89,156,230).

  • kırmız ton 89;
  • yeşil ton 156;
  • mavi ton 230.
RGB:
(89,156,230)
(35%,61%,90%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 156 of 255 = 61%
B 230 of 255 = 90%

89
156
230

R + G + B ~ 62%. #599CE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 156 + 230 = 475 (100%)
R 89 of 475 ~ 18.74%
G 156 of 475 ~ 32.84%
B 230 of 475 ~ 48.42%

%18.74
%32.84
%48.42

CMYK RENK MODELİ

#599CE6 rengi CMYK tonu (61,32,0,10).

  • camgöbeği tonu 61.30%
  • eflatun tonu 32.17%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(61,32,0,10)
C61M32Y0K10 
(61%,32%,0%,10%)
(0.61/0.32/0.00/0.10)	

CMYK yüzdeleri

%61.3
%32.17
%0
%9.8

Codes

Color #599CE6 in popluar color models

599CE6
RGB89156230
HSL211°73.82%62.55%
HSB/HSV211°61.30%90.20%
CMYK61.30%32.17%0.00%
9.80%

Color #599CE6 in popluar number systems.

HEX599CE6
Decimal89156230
Binary10110011001110011100110
Octal131234346

Shades and tints

Shades of #599CE6

#599CE6
(89,156,230)
#518ED2
(81,142,210)
#4980BE
(73,128,190)
#4172AA
(65,114,170)
#396496
(57,100,150)
#315682
(49,86,130)
#29486E
(41,72,110)
#213A5A
(33,58,90)
#192C46
(25,44,70)
#111E32
(17,30,50)
#09101E
(9,16,30)
#000000
(0,0,0)

Tints of #599CE6

#599CE6
(89,156,230)
#68A5E8
(104,165,232)
#77AEEA
(119,174,234)
#86B7EC
(134,183,236)
#95C0EE
(149,192,238)
#A4C9F0
(164,201,240)
#B3D2F2
(179,210,242)
#C2DBF4
(194,219,244)
#D1E4F6
(209,228,246)
#E0EDF8
(224,237,248)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599CE6 color. Also use rgb(89,156,230) instead hex code.

Text Font Color

.myTextColor { color: #599CE6; }

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

This text font color is #599CE6.


Background Color

.myBgColor { background-color: #599CE6; }

<div style="background-color:#599CE6">Inner text</div>

This div background color is #599CE6.


Border color

.myBorderColor { border: 1px solid #599CE6; }

<div style="border:3px solid #599CE6">Div</div>

This div border color is #599CE6.


Opacity

.myOpacity80 { color: #599CE6; opacity: 0.8; }

<p style="color:#599CE6;opacity:0.8;">80%</p>

Text with #599CE6 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 #599CE6;}

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

This text has shadow with #599CE6 color.

.textShadow {text-shadow: 3px 3px 1px #599CE6, 3px 3px 1px red;}

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

This text has shadow with #599CE6 primary color and red secondary color.


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

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

This text has shadow with #599CE6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599CE6 on black background.


Color preview on white background

This text has color #599CE6 on white background.



Black color preview on #599CE6 background

This text has black color on #599CE6 background.


White color preview on #599CE6 background

This text has white color on #599CE6 background.