COLOR #6399C6

HEX: #6399C6
RGB: (99,153,198)

Renk bilgisi

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

RGB renk modeli

#6399C6 color RGB value is (99,153,198).

  • kırmız ton 99;
  • yeşil ton 153;
  • mavi ton 198.
RGB:
(99,153,198)
(39%,60%,78%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 153 of 255 = 60%
B 198 of 255 = 78%

99
153
198

R + G + B ~ 59%. #6399C6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 153 + 198 = 450 (100%)
R 99 of 450 ~ 22%
G 153 of 450 ~ 34%
B 198 of 450 ~ 44%

%22
%34
%44

CMYK RENK MODELİ

#6399C6 rengi CMYK tonu (50,23,0,22).

  • camgöbeği tonu 50.00%
  • eflatun tonu 22.73%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(50,23,0,22)
C50M23Y0K22 
(50%,23%,0%,22%)
(0.50/0.23/0.00/0.22)	

CMYK yüzdeleri

%50
%22.73
%0
%22.35

Codes

Color #6399C6 in popluar color models

6399C6
RGB99153198
HSL207°46.48%58.24%
HSB/HSV207°50.00%77.65%
CMYK50.00%22.73%0.00%
22.35%

Color #6399C6 in popluar number systems.

HEX6399C6
Decimal99153198
Binary11000111001100111000110
Octal143231306

Shades and tints

Shades of #6399C6

#6399C6
(99,153,198)
#5A8CB4
(90,140,180)
#517FA2
(81,127,162)
#487290
(72,114,144)
#3F657E
(63,101,126)
#36586C
(54,88,108)
#2D4B5A
(45,75,90)
#243E48
(36,62,72)
#1B3136
(27,49,54)
#122424
(18,36,36)
#091712
(9,23,18)
#000000
(0,0,0)

Tints of #6399C6

#6399C6
(99,153,198)
#71A2CB
(113,162,203)
#7FABD0
(127,171,208)
#8DB4D5
(141,180,213)
#9BBDDA
(155,189,218)
#A9C6DF
(169,198,223)
#B7CFE4
(183,207,228)
#C5D8E9
(197,216,233)
#D3E1EE
(211,225,238)
#E1EAF3
(225,234,243)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6399C6 color. Also use rgb(99,153,198) instead hex code.

Text Font Color

.myTextColor { color: #6399C6; }

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

This text font color is #6399C6.


Background Color

.myBgColor { background-color: #6399C6; }

<div style="background-color:#6399C6">Inner text</div>

This div background color is #6399C6.


Border color

.myBorderColor { border: 1px solid #6399C6; }

<div style="border:3px solid #6399C6">Div</div>

This div border color is #6399C6.


Opacity

.myOpacity80 { color: #6399C6; opacity: 0.8; }

<p style="color:#6399C6;opacity:0.8;">80%</p>

Text with #6399C6 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 #6399C6;}

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

This text has shadow with #6399C6 color.

.textShadow {text-shadow: 3px 3px 1px #6399C6, 3px 3px 1px red;}

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

This text has shadow with #6399C6 primary color and red secondary color.


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

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

This text has shadow with #6399C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6399C6 on black background.


Color preview on white background

This text has color #6399C6 on white background.



Black color preview on #6399C6 background

This text has black color on #6399C6 background.


White color preview on #6399C6 background

This text has white color on #6399C6 background.