COLOR #6390A6

HEX: #6390A6
RGB: (99,144,166)

Renk bilgisi

#6390A6 contains mainly green and blue colors. #6390A6 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6390A6 color RGB value is (99,144,166).

  • kırmız ton 99;
  • yeşil ton 144;
  • mavi ton 166.
RGB:
(99,144,166)
(39%,56%,65%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 144 of 255 = 56%
B 166 of 255 = 65%

99
144
166

R + G + B ~ 53%. #6390A6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 144 + 166 = 409 (100%)
R 99 of 409 ~ 24.21%
G 144 of 409 ~ 35.21%
B 166 of 409 ~ 40.59%

%24.21
%35.21
%40.59

CMYK RENK MODELİ

#6390A6 rengi CMYK tonu (40,13,0,35).

  • camgöbeği tonu 40.36%
  • eflatun tonu 13.25%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(40,13,0,35)
C40M13Y0K35 
(40%,13%,0%,35%)
(0.40/0.13/0.00/0.35)	

CMYK yüzdeleri

%40.36
%13.25
%0
%34.9

Codes

Color #6390A6 in popluar color models

6390A6
RGB99144166
HSL200°27.35%51.96%
HSB/HSV200°40.36%65.10%
CMYK40.36%13.25%0.00%
34.90%

Color #6390A6 in popluar number systems.

HEX6390A6
Decimal99144166
Binary11000111001000010100110
Octal143220246

Shades and tints

Shades of #6390A6

#6390A6
(99,144,166)
#5A8397
(90,131,151)
#517688
(81,118,136)
#486979
(72,105,121)
#3F5C6A
(63,92,106)
#364F5B
(54,79,91)
#2D424C
(45,66,76)
#24353D
(36,53,61)
#1B282E
(27,40,46)
#121B1F
(18,27,31)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #6390A6

#6390A6
(99,144,166)
#719AAE
(113,154,174)
#7FA4B6
(127,164,182)
#8DAEBE
(141,174,190)
#9BB8C6
(155,184,198)
#A9C2CE
(169,194,206)
#B7CCD6
(183,204,214)
#C5D6DE
(197,214,222)
#D3E0E6
(211,224,230)
#E1EAEE
(225,234,238)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6390A6 color. Also use rgb(99,144,166) instead hex code.

Text Font Color

.myTextColor { color: #6390A6; }

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

This text font color is #6390A6.


Background Color

.myBgColor { background-color: #6390A6; }

<div style="background-color:#6390A6">Inner text</div>

This div background color is #6390A6.


Border color

.myBorderColor { border: 1px solid #6390A6; }

<div style="border:3px solid #6390A6">Div</div>

This div border color is #6390A6.


Opacity

.myOpacity80 { color: #6390A6; opacity: 0.8; }

<p style="color:#6390A6;opacity:0.8;">80%</p>

Text with #6390A6 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 #6390A6;}

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

This text has shadow with #6390A6 color.

.textShadow {text-shadow: 3px 3px 1px #6390A6, 3px 3px 1px red;}

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

This text has shadow with #6390A6 primary color and red secondary color.


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

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

This text has shadow with #6390A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6390A6 on black background.


Color preview on white background

This text has color #6390A6 on white background.



Black color preview on #6390A6 background

This text has black color on #6390A6 background.


White color preview on #6390A6 background

This text has white color on #6390A6 background.