COLOR #6597CC

HEX: #6597CC
RGB: (101,151,204)

Renk bilgisi

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

RGB renk modeli

#6597CC color RGB value is (101,151,204).

  • kırmız ton 101;
  • yeşil ton 151;
  • mavi ton 204.
RGB:
(101,151,204)
(40%,59%,80%)

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 151 of 255 = 59%
B 204 of 255 = 80%

101
151
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 151 + 204 = 456 (100%)
R 101 of 456 ~ 22.15%
G 151 of 456 ~ 33.11%
B 204 of 456 ~ 44.74%

%22.15
%33.11
%44.74

CMYK RENK MODELİ

#6597CC rengi CMYK tonu (50,26,0,20).

  • camgöbeği tonu 50.49%
  • eflatun tonu 25.98%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(50,26,0,20)
C50M26Y0K20 
(50%,26%,0%,20%)
(0.50/0.26/0.00/0.20)	

CMYK yüzdeleri

%50.49
%25.98
%0
%20

Codes

Color #6597CC in popluar color models

6597CC
RGB101151204
HSL211°50.24%59.80%
HSB/HSV211°50.49%80.00%
CMYK50.49%25.98%0.00%
20.00%

Color #6597CC in popluar number systems.

HEX6597CC
Decimal101151204
Binary11001011001011111001100
Octal145227314

Shades and tints

Shades of #6597CC

#6597CC
(101,151,204)
#5C8ABA
(92,138,186)
#537DA8
(83,125,168)
#4A7096
(74,112,150)
#416384
(65,99,132)
#385672
(56,86,114)
#2F4960
(47,73,96)
#263C4E
(38,60,78)
#1D2F3C
(29,47,60)
#14222A
(20,34,42)
#0B1518
(11,21,24)
#000000
(0,0,0)

Tints of #6597CC

#6597CC
(101,151,204)
#73A0D0
(115,160,208)
#81A9D4
(129,169,212)
#8FB2D8
(143,178,216)
#9DBBDC
(157,187,220)
#ABC4E0
(171,196,224)
#B9CDE4
(185,205,228)
#C7D6E8
(199,214,232)
#D5DFEC
(213,223,236)
#E3E8F0
(227,232,240)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6597CC color. Also use rgb(101,151,204) instead hex code.

Text Font Color

.myTextColor { color: #6597CC; }

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

This text font color is #6597CC.


Background Color

.myBgColor { background-color: #6597CC; }

<div style="background-color:#6597CC">Inner text</div>

This div background color is #6597CC.


Border color

.myBorderColor { border: 1px solid #6597CC; }

<div style="border:3px solid #6597CC">Div</div>

This div border color is #6597CC.


Opacity

.myOpacity80 { color: #6597CC; opacity: 0.8; }

<p style="color:#6597CC;opacity:0.8;">80%</p>

Text with #6597CC 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 #6597CC;}

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

This text has shadow with #6597CC color.

.textShadow {text-shadow: 3px 3px 1px #6597CC, 3px 3px 1px red;}

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

This text has shadow with #6597CC primary color and red secondary color.


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

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

This text has shadow with #6597CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6597CC on black background.


Color preview on white background

This text has color #6597CC on white background.



Black color preview on #6597CC background

This text has black color on #6597CC background.


White color preview on #6597CC background

This text has white color on #6597CC background.