COLOR #6597F1

HEX: #6597F1
RGB: (101,151,241)

Renk bilgisi

#6597F1 contains mainly blue color. #6597F1 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#6597F1 color RGB value is (101,151,241).

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

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 151 of 255 = 59%
B 241 of 255 = 95%

101
151
241

R + G + B ~ 65%. #6597F1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 151 + 241 = 493 (100%)
R 101 of 493 ~ 20.49%
G 151 of 493 ~ 30.63%
B 241 of 493 ~ 48.88%

%20.49
%30.63
%48.88

CMYK RENK MODELİ

#6597F1 rengi CMYK tonu (58,37,0,5).

  • camgöbeği tonu 58.09%
  • eflatun tonu 37.34%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(58,37,0,5)
C58M37Y0K5 
(58%,37%,0%,5%)
(0.58/0.37/0.00/0.05)	

CMYK yüzdeleri

%58.09
%37.34
%0
%5.49

Codes

Color #6597F1 in popluar color models

6597F1
RGB101151241
HSL219°83.33%67.06%
HSB/HSV219°58.09%94.51%
CMYK58.09%37.34%0.00%
5.49%

Color #6597F1 in popluar number systems.

HEX6597F1
Decimal101151241
Binary11001011001011111110001
Octal145227361

Shades and tints

Shades of #6597F1

#6597F1
(101,151,241)
#5C8ADC
(92,138,220)
#537DC7
(83,125,199)
#4A70B2
(74,112,178)
#41639D
(65,99,157)
#385688
(56,86,136)
#2F4973
(47,73,115)
#263C5E
(38,60,94)
#1D2F49
(29,47,73)
#142234
(20,34,52)
#0B151F
(11,21,31)
#000000
(0,0,0)

Tints of #6597F1

#6597F1
(101,151,241)
#73A0F2
(115,160,242)
#81A9F3
(129,169,243)
#8FB2F4
(143,178,244)
#9DBBF5
(157,187,245)
#ABC4F6
(171,196,246)
#B9CDF7
(185,205,247)
#C7D6F8
(199,214,248)
#D5DFF9
(213,223,249)
#E3E8FA
(227,232,250)
#F1F1FB
(241,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6597F1; }

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

This text font color is #6597F1.


Background Color

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

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

This div background color is #6597F1.


Border color

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

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

This div border color is #6597F1.


Opacity

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

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

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

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

This text has shadow with #6597F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6597F1 on black background.


Color preview on white background

This text has color #6597F1 on white background.



Black color preview on #6597F1 background

This text has black color on #6597F1 background.


White color preview on #6597F1 background

This text has white color on #6597F1 background.