COLOR #6399A6

HEX: #6399A6
RGB: (99,153,166)

Renk bilgisi

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

RGB renk modeli

#6399A6 color RGB value is (99,153,166).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 153 of 255 = 60%
B 166 of 255 = 65%

99
153
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 153 + 166 = 418 (100%)
R 99 of 418 ~ 23.68%
G 153 of 418 ~ 36.6%
B 166 of 418 ~ 39.71%

%23.68
%36.6
%39.71

CMYK RENK MODELİ

#6399A6 rengi CMYK tonu (40,8,0,35).

  • camgöbeği tonu 40.36%
  • eflatun tonu 7.83%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(40,8,0,35)
C40M8Y0K35 
(40%,8%,0%,35%)
(0.40/0.08/0.00/0.35)	

CMYK yüzdeleri

%40.36
%7.83
%0
%34.9

Codes

Color #6399A6 in popluar color models

6399A6
RGB99153166
HSL192°27.35%51.96%
HSB/HSV192°40.36%65.10%
CMYK40.36%7.83%0.00%
34.90%

Color #6399A6 in popluar number systems.

HEX6399A6
Decimal99153166
Binary11000111001100110100110
Octal143231246

Shades and tints

Shades of #6399A6

#6399A6
(99,153,166)
#5A8C97
(90,140,151)
#517F88
(81,127,136)
#487279
(72,114,121)
#3F656A
(63,101,106)
#36585B
(54,88,91)
#2D4B4C
(45,75,76)
#243E3D
(36,62,61)
#1B312E
(27,49,46)
#12241F
(18,36,31)
#091710
(9,23,16)
#000000
(0,0,0)

Tints of #6399A6

#6399A6
(99,153,166)
#71A2AE
(113,162,174)
#7FABB6
(127,171,182)
#8DB4BE
(141,180,190)
#9BBDC6
(155,189,198)
#A9C6CE
(169,198,206)
#B7CFD6
(183,207,214)
#C5D8DE
(197,216,222)
#D3E1E6
(211,225,230)
#E1EAEE
(225,234,238)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6399A6; }

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

This text font color is #6399A6.


Background Color

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

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

This div background color is #6399A6.


Border color

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

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

This div border color is #6399A6.


Opacity

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

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

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

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

This text has shadow with #6399A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6399A6 on black background.


Color preview on white background

This text has color #6399A6 on white background.



Black color preview on #6399A6 background

This text has black color on #6399A6 background.


White color preview on #6399A6 background

This text has white color on #6399A6 background.