COLOR #6489DB

HEX: #6489DB
RGB: (100,137,219)

Renk bilgisi

#6489DB contains mainly blue color. #6489DB ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6489DB color RGB value is (100,137,219).

  • kırmız ton 100;
  • yeşil ton 137;
  • mavi ton 219.
RGB:
(100,137,219)
(39%,54%,86%)

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 137 of 255 = 54%
B 219 of 255 = 86%

100
137
219

R + G + B ~ 60%. #6489DB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 137 + 219 = 456 (100%)
R 100 of 456 ~ 21.93%
G 137 of 456 ~ 30.04%
B 219 of 456 ~ 48.03%

%21.93
%30.04
%48.03

CMYK RENK MODELİ

#6489DB rengi CMYK tonu (54,37,0,14).

  • camgöbeği tonu 54.34%
  • eflatun tonu 37.44%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(54,37,0,14)
C54M37Y0K14 
(54%,37%,0%,14%)
(0.54/0.37/0.00/0.14)	

CMYK yüzdeleri

%54.34
%37.44
%0
%14.12

Codes

Color #6489DB in popluar color models

6489DB
RGB100137219
HSL221°62.30%62.55%
HSB/HSV221°54.34%85.88%
CMYK54.34%37.44%0.00%
14.12%

Color #6489DB in popluar number systems.

HEX6489DB
Decimal100137219
Binary11001001000100111011011
Octal144211333

Shades and tints

Shades of #6489DB

#6489DB
(100,137,219)
#5B7DC8
(91,125,200)
#5271B5
(82,113,181)
#4965A2
(73,101,162)
#40598F
(64,89,143)
#374D7C
(55,77,124)
#2E4169
(46,65,105)
#253556
(37,53,86)
#1C2943
(28,41,67)
#131D30
(19,29,48)
#0A111D
(10,17,29)
#000000
(0,0,0)

Tints of #6489DB

#6489DB
(100,137,219)
#7293DE
(114,147,222)
#809DE1
(128,157,225)
#8EA7E4
(142,167,228)
#9CB1E7
(156,177,231)
#AABBEA
(170,187,234)
#B8C5ED
(184,197,237)
#C6CFF0
(198,207,240)
#D4D9F3
(212,217,243)
#E2E3F6
(226,227,246)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6489DB color. Also use rgb(100,137,219) instead hex code.

Text Font Color

.myTextColor { color: #6489DB; }

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

This text font color is #6489DB.


Background Color

.myBgColor { background-color: #6489DB; }

<div style="background-color:#6489DB">Inner text</div>

This div background color is #6489DB.


Border color

.myBorderColor { border: 1px solid #6489DB; }

<div style="border:3px solid #6489DB">Div</div>

This div border color is #6489DB.


Opacity

.myOpacity80 { color: #6489DB; opacity: 0.8; }

<p style="color:#6489DB;opacity:0.8;">80%</p>

Text with #6489DB 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 #6489DB;}

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

This text has shadow with #6489DB color.

.textShadow {text-shadow: 3px 3px 1px #6489DB, 3px 3px 1px red;}

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

This text has shadow with #6489DB primary color and red secondary color.


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

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

This text has shadow with #6489DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6489DB on black background.


Color preview on white background

This text has color #6489DB on white background.



Black color preview on #6489DB background

This text has black color on #6489DB background.


White color preview on #6489DB background

This text has white color on #6489DB background.