COLOR #6C99A3

HEX: #6C99A3
RGB: (108,153,163)

Renk bilgisi

#6C99A3 contains red, green and blue colors in about the same proportion. #6C99A3 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6C99A3 color RGB value is (108,153,163).

  • kırmız ton 108;
  • yeşil ton 153;
  • mavi ton 163.
RGB:
(108,153,163)
(42%,60%,64%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 153 of 255 = 60%
B 163 of 255 = 64%

108
153
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 153 + 163 = 424 (100%)
R 108 of 424 ~ 25.47%
G 153 of 424 ~ 36.08%
B 163 of 424 ~ 38.44%

%25.47
%36.08
%38.44

CMYK RENK MODELİ

#6C99A3 rengi CMYK tonu (34,6,0,36).

  • camgöbeği tonu 33.74%
  • eflatun tonu 6.13%
  • sarı tonu 0.00%
  • ana renk tonu 36.08%
CMYK:
(34,6,0,36)
C34M6Y0K36 
(34%,6%,0%,36%)
(0.34/0.06/0.00/0.36)	

CMYK yüzdeleri

%33.74
%6.13
%0
%36.08

Codes

Color #6C99A3 in popluar color models

6C99A3
RGB108153163
HSL191°23.01%53.14%
HSB/HSV191°33.74%63.92%
CMYK33.74%6.13%0.00%
36.08%

Color #6C99A3 in popluar number systems.

HEX6C99A3
Decimal108153163
Binary11011001001100110100011
Octal154231243

Shades and tints

Shades of #6C99A3

#6C99A3
(108,153,163)
#638C95
(99,140,149)
#5A7F87
(90,127,135)
#517279
(81,114,121)
#48656B
(72,101,107)
#3F585D
(63,88,93)
#364B4F
(54,75,79)
#2D3E41
(45,62,65)
#243133
(36,49,51)
#1B2425
(27,36,37)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #6C99A3

#6C99A3
(108,153,163)
#79A2AB
(121,162,171)
#86ABB3
(134,171,179)
#93B4BB
(147,180,187)
#A0BDC3
(160,189,195)
#ADC6CB
(173,198,203)
#BACFD3
(186,207,211)
#C7D8DB
(199,216,219)
#D4E1E3
(212,225,227)
#E1EAEB
(225,234,235)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C99A3 color. Also use rgb(108,153,163) instead hex code.

Text Font Color

.myTextColor { color: #6C99A3; }

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

This text font color is #6C99A3.


Background Color

.myBgColor { background-color: #6C99A3; }

<div style="background-color:#6C99A3">Inner text</div>

This div background color is #6C99A3.


Border color

.myBorderColor { border: 1px solid #6C99A3; }

<div style="border:3px solid #6C99A3">Div</div>

This div border color is #6C99A3.


Opacity

.myOpacity80 { color: #6C99A3; opacity: 0.8; }

<p style="color:#6C99A3;opacity:0.8;">80%</p>

Text with #6C99A3 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 #6C99A3;}

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

This text has shadow with #6C99A3 color.

.textShadow {text-shadow: 3px 3px 1px #6C99A3, 3px 3px 1px red;}

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

This text has shadow with #6C99A3 primary color and red secondary color.


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

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

This text has shadow with #6C99A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C99A3 on black background.


Color preview on white background

This text has color #6C99A3 on white background.



Black color preview on #6C99A3 background

This text has black color on #6C99A3 background.


White color preview on #6C99A3 background

This text has white color on #6C99A3 background.