COLOR #6388A9

HEX: #6388A9
RGB: (99,136,169)

Renk bilgisi

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

RGB renk modeli

#6388A9 color RGB value is (99,136,169).

  • kırmız ton 99;
  • yeşil ton 136;
  • mavi ton 169.
RGB:
(99,136,169)
(39%,53%,66%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 136 of 255 = 53%
B 169 of 255 = 66%

99
136
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 136 + 169 = 404 (100%)
R 99 of 404 ~ 24.5%
G 136 of 404 ~ 33.66%
B 169 of 404 ~ 41.83%

%24.5
%33.66
%41.83

CMYK RENK MODELİ

#6388A9 rengi CMYK tonu (41,20,0,34).

  • camgöbeği tonu 41.42%
  • eflatun tonu 19.53%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(41,20,0,34)
C41M20Y0K34 
(41%,20%,0%,34%)
(0.41/0.20/0.00/0.34)	

CMYK yüzdeleri

%41.42
%19.53
%0
%33.73

Codes

Color #6388A9 in popluar color models

6388A9
RGB99136169
HSL208°28.93%52.55%
HSB/HSV208°41.42%66.27%
CMYK41.42%19.53%0.00%
33.73%

Color #6388A9 in popluar number systems.

HEX6388A9
Decimal99136169
Binary11000111000100010101001
Octal143210251

Shades and tints

Shades of #6388A9

#6388A9
(99,136,169)
#5A7C9A
(90,124,154)
#51708B
(81,112,139)
#48647C
(72,100,124)
#3F586D
(63,88,109)
#364C5E
(54,76,94)
#2D404F
(45,64,79)
#243440
(36,52,64)
#1B2831
(27,40,49)
#121C22
(18,28,34)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #6388A9

#6388A9
(99,136,169)
#7192B0
(113,146,176)
#7F9CB7
(127,156,183)
#8DA6BE
(141,166,190)
#9BB0C5
(155,176,197)
#A9BACC
(169,186,204)
#B7C4D3
(183,196,211)
#C5CEDA
(197,206,218)
#D3D8E1
(211,216,225)
#E1E2E8
(225,226,232)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6388A9 color. Also use rgb(99,136,169) instead hex code.

Text Font Color

.myTextColor { color: #6388A9; }

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

This text font color is #6388A9.


Background Color

.myBgColor { background-color: #6388A9; }

<div style="background-color:#6388A9">Inner text</div>

This div background color is #6388A9.


Border color

.myBorderColor { border: 1px solid #6388A9; }

<div style="border:3px solid #6388A9">Div</div>

This div border color is #6388A9.


Opacity

.myOpacity80 { color: #6388A9; opacity: 0.8; }

<p style="color:#6388A9;opacity:0.8;">80%</p>

Text with #6388A9 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 #6388A9;}

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

This text has shadow with #6388A9 color.

.textShadow {text-shadow: 3px 3px 1px #6388A9, 3px 3px 1px red;}

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

This text has shadow with #6388A9 primary color and red secondary color.


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

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

This text has shadow with #6388A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6388A9 on black background.


Color preview on white background

This text has color #6388A9 on white background.



Black color preview on #6388A9 background

This text has black color on #6388A9 background.


White color preview on #6388A9 background

This text has white color on #6388A9 background.