COLOR #6498AF

HEX: #6498AF
RGB: (100,152,175)

Renk bilgisi

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

RGB renk modeli

#6498AF color RGB value is (100,152,175).

  • kırmız ton 100;
  • yeşil ton 152;
  • mavi ton 175.
RGB:
(100,152,175)
(39%,60%,69%)

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 152 of 255 = 60%
B 175 of 255 = 69%

100
152
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 152 + 175 = 427 (100%)
R 100 of 427 ~ 23.42%
G 152 of 427 ~ 35.6%
B 175 of 427 ~ 40.98%

%23.42
%35.6
%40.98

CMYK RENK MODELİ

#6498AF rengi CMYK tonu (43,13,0,31).

  • camgöbeği tonu 42.86%
  • eflatun tonu 13.14%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(43,13,0,31)
C43M13Y0K31 
(43%,13%,0%,31%)
(0.43/0.13/0.00/0.31)	

CMYK yüzdeleri

%42.86
%13.14
%0
%31.37

Codes

Color #6498AF in popluar color models

6498AF
RGB100152175
HSL198°31.91%53.92%
HSB/HSV198°42.86%68.63%
CMYK42.86%13.14%0.00%
31.37%

Color #6498AF in popluar number systems.

HEX6498AF
Decimal100152175
Binary11001001001100010101111
Octal144230257

Shades and tints

Shades of #6498AF

#6498AF
(100,152,175)
#5B8BA0
(91,139,160)
#527E91
(82,126,145)
#497182
(73,113,130)
#406473
(64,100,115)
#375764
(55,87,100)
#2E4A55
(46,74,85)
#253D46
(37,61,70)
#1C3037
(28,48,55)
#132328
(19,35,40)
#0A1619
(10,22,25)
#000000
(0,0,0)

Tints of #6498AF

#6498AF
(100,152,175)
#72A1B6
(114,161,182)
#80AABD
(128,170,189)
#8EB3C4
(142,179,196)
#9CBCCB
(156,188,203)
#AAC5D2
(170,197,210)
#B8CED9
(184,206,217)
#C6D7E0
(198,215,224)
#D4E0E7
(212,224,231)
#E2E9EE
(226,233,238)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6498AF color. Also use rgb(100,152,175) instead hex code.

Text Font Color

.myTextColor { color: #6498AF; }

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

This text font color is #6498AF.


Background Color

.myBgColor { background-color: #6498AF; }

<div style="background-color:#6498AF">Inner text</div>

This div background color is #6498AF.


Border color

.myBorderColor { border: 1px solid #6498AF; }

<div style="border:3px solid #6498AF">Div</div>

This div border color is #6498AF.


Opacity

.myOpacity80 { color: #6498AF; opacity: 0.8; }

<p style="color:#6498AF;opacity:0.8;">80%</p>

Text with #6498AF 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 #6498AF;}

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

This text has shadow with #6498AF color.

.textShadow {text-shadow: 3px 3px 1px #6498AF, 3px 3px 1px red;}

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

This text has shadow with #6498AF primary color and red secondary color.


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

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

This text has shadow with #6498AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6498AF on black background.


Color preview on white background

This text has color #6498AF on white background.



Black color preview on #6498AF background

This text has black color on #6498AF background.


White color preview on #6498AF background

This text has white color on #6498AF background.