COLOR #6590BF

HEX: #6590BF
RGB: (101,144,191)

Renk bilgisi

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

RGB renk modeli

#6590BF color RGB value is (101,144,191).

  • kırmız ton 101;
  • yeşil ton 144;
  • mavi ton 191.
RGB:
(101,144,191)
(40%,56%,75%)

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 144 of 255 = 56%
B 191 of 255 = 75%

101
144
191

R + G + B ~ 57%. #6590BF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 144 + 191 = 436 (100%)
R 101 of 436 ~ 23.17%
G 144 of 436 ~ 33.03%
B 191 of 436 ~ 43.81%

%23.17
%33.03
%43.81

CMYK RENK MODELİ

#6590BF rengi CMYK tonu (47,25,0,25).

  • camgöbeği tonu 47.12%
  • eflatun tonu 24.61%
  • sarı tonu 0.00%
  • ana renk tonu 25.10%
CMYK:
(47,25,0,25)
C47M25Y0K25 
(47%,25%,0%,25%)
(0.47/0.25/0.00/0.25)	

CMYK yüzdeleri

%47.12
%24.61
%0
%25.1

Codes

Color #6590BF in popluar color models

6590BF
RGB101144191
HSL211°41.28%57.25%
HSB/HSV211°47.12%74.90%
CMYK47.12%24.61%0.00%
25.10%

Color #6590BF in popluar number systems.

HEX6590BF
Decimal101144191
Binary11001011001000010111111
Octal145220277

Shades and tints

Shades of #6590BF

#6590BF
(101,144,191)
#5C83AE
(92,131,174)
#53769D
(83,118,157)
#4A698C
(74,105,140)
#415C7B
(65,92,123)
#384F6A
(56,79,106)
#2F4259
(47,66,89)
#263548
(38,53,72)
#1D2837
(29,40,55)
#141B26
(20,27,38)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #6590BF

#6590BF
(101,144,191)
#739AC4
(115,154,196)
#81A4C9
(129,164,201)
#8FAECE
(143,174,206)
#9DB8D3
(157,184,211)
#ABC2D8
(171,194,216)
#B9CCDD
(185,204,221)
#C7D6E2
(199,214,226)
#D5E0E7
(213,224,231)
#E3EAEC
(227,234,236)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6590BF color. Also use rgb(101,144,191) instead hex code.

Text Font Color

.myTextColor { color: #6590BF; }

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

This text font color is #6590BF.


Background Color

.myBgColor { background-color: #6590BF; }

<div style="background-color:#6590BF">Inner text</div>

This div background color is #6590BF.


Border color

.myBorderColor { border: 1px solid #6590BF; }

<div style="border:3px solid #6590BF">Div</div>

This div border color is #6590BF.


Opacity

.myOpacity80 { color: #6590BF; opacity: 0.8; }

<p style="color:#6590BF;opacity:0.8;">80%</p>

Text with #6590BF 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 #6590BF;}

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

This text has shadow with #6590BF color.

.textShadow {text-shadow: 3px 3px 1px #6590BF, 3px 3px 1px red;}

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

This text has shadow with #6590BF primary color and red secondary color.


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

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

This text has shadow with #6590BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6590BF on black background.


Color preview on white background

This text has color #6590BF on white background.



Black color preview on #6590BF background

This text has black color on #6590BF background.


White color preview on #6590BF background

This text has white color on #6590BF background.