COLOR #6C98B0

HEX: #6C98B0
RGB: (108,152,176)

Renk bilgisi

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

RGB renk modeli

#6C98B0 color RGB value is (108,152,176).

  • kırmız ton 108;
  • yeşil ton 152;
  • mavi ton 176.
RGB:
(108,152,176)
(42%,60%,69%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 152 of 255 = 60%
B 176 of 255 = 69%

108
152
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 152 + 176 = 436 (100%)
R 108 of 436 ~ 24.77%
G 152 of 436 ~ 34.86%
B 176 of 436 ~ 40.37%

%24.77
%34.86
%40.37

CMYK RENK MODELİ

#6C98B0 rengi CMYK tonu (39,14,0,31).

  • camgöbeği tonu 38.64%
  • eflatun tonu 13.64%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(39,14,0,31)
C39M14Y0K31 
(39%,14%,0%,31%)
(0.39/0.14/0.00/0.31)	

CMYK yüzdeleri

%38.64
%13.64
%0
%30.98

Codes

Color #6C98B0 in popluar color models

6C98B0
RGB108152176
HSL201°30.09%55.69%
HSB/HSV201°38.64%69.02%
CMYK38.64%13.64%0.00%
30.98%

Color #6C98B0 in popluar number systems.

HEX6C98B0
Decimal108152176
Binary11011001001100010110000
Octal154230260

Shades and tints

Shades of #6C98B0

#6C98B0
(108,152,176)
#638BA0
(99,139,160)
#5A7E90
(90,126,144)
#517180
(81,113,128)
#486470
(72,100,112)
#3F5760
(63,87,96)
#364A50
(54,74,80)
#2D3D40
(45,61,64)
#243030
(36,48,48)
#1B2320
(27,35,32)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #6C98B0

#6C98B0
(108,152,176)
#79A1B7
(121,161,183)
#86AABE
(134,170,190)
#93B3C5
(147,179,197)
#A0BCCC
(160,188,204)
#ADC5D3
(173,197,211)
#BACEDA
(186,206,218)
#C7D7E1
(199,215,225)
#D4E0E8
(212,224,232)
#E1E9EF
(225,233,239)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C98B0 color. Also use rgb(108,152,176) instead hex code.

Text Font Color

.myTextColor { color: #6C98B0; }

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

This text font color is #6C98B0.


Background Color

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

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

This div background color is #6C98B0.


Border color

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

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

This div border color is #6C98B0.


Opacity

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

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

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

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

This text has shadow with #6C98B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C98B0 on black background.


Color preview on white background

This text has color #6C98B0 on white background.



Black color preview on #6C98B0 background

This text has black color on #6C98B0 background.


White color preview on #6C98B0 background

This text has white color on #6C98B0 background.