COLOR #6388BF

HEX: #6388BF
RGB: (99,136,191)

Renk bilgisi

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

RGB renk modeli

#6388BF color RGB value is (99,136,191).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 136 of 255 = 53%
B 191 of 255 = 75%

99
136
191

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 136 + 191 = 426 (100%)
R 99 of 426 ~ 23.24%
G 136 of 426 ~ 31.92%
B 191 of 426 ~ 44.84%

%23.24
%31.92
%44.84

CMYK RENK MODELİ

#6388BF rengi CMYK tonu (48,29,0,25).

  • camgöbeği tonu 48.17%
  • eflatun tonu 28.80%
  • sarı tonu 0.00%
  • ana renk tonu 25.10%
CMYK:
(48,29,0,25)
C48M29Y0K25 
(48%,29%,0%,25%)
(0.48/0.29/0.00/0.25)	

CMYK yüzdeleri

%48.17
%28.8
%0
%25.1

Codes

Color #6388BF in popluar color models

6388BF
RGB99136191
HSL216°41.82%56.86%
HSB/HSV216°48.17%74.90%
CMYK48.17%28.80%0.00%
25.10%

Color #6388BF in popluar number systems.

HEX6388BF
Decimal99136191
Binary11000111000100010111111
Octal143210277

Shades and tints

Shades of #6388BF

#6388BF
(99,136,191)
#5A7CAE
(90,124,174)
#51709D
(81,112,157)
#48648C
(72,100,140)
#3F587B
(63,88,123)
#364C6A
(54,76,106)
#2D4059
(45,64,89)
#243448
(36,52,72)
#1B2837
(27,40,55)
#121C26
(18,28,38)
#091015
(9,16,21)
#000000
(0,0,0)

Tints of #6388BF

#6388BF
(99,136,191)
#7192C4
(113,146,196)
#7F9CC9
(127,156,201)
#8DA6CE
(141,166,206)
#9BB0D3
(155,176,211)
#A9BAD8
(169,186,216)
#B7C4DD
(183,196,221)
#C5CEE2
(197,206,226)
#D3D8E7
(211,216,231)
#E1E2EC
(225,226,236)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6388BF; }

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

This text font color is #6388BF.


Background Color

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

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

This div background color is #6388BF.


Border color

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

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

This div border color is #6388BF.


Opacity

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

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

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

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

This text has shadow with #6388BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6388BF on black background.


Color preview on white background

This text has color #6388BF on white background.



Black color preview on #6388BF background

This text has black color on #6388BF background.


White color preview on #6388BF background

This text has white color on #6388BF background.