COLOR #6481DD

HEX: #6481DD
RGB: (100,129,221)

Renk bilgisi

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

RGB renk modeli

#6481DD color RGB value is (100,129,221).

  • kırmız ton 100;
  • yeşil ton 129;
  • mavi ton 221.
RGB:
(100,129,221)
(39%,51%,87%)

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 129 of 255 = 51%
B 221 of 255 = 87%

100
129
221

R + G + B ~ 59%. #6481DD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 129 + 221 = 450 (100%)
R 100 of 450 ~ 22.22%
G 129 of 450 ~ 28.67%
B 221 of 450 ~ 49.11%

%22.22
%28.67
%49.11

CMYK RENK MODELİ

#6481DD rengi CMYK tonu (55,42,0,13).

  • camgöbeği tonu 54.75%
  • eflatun tonu 41.63%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(55,42,0,13)
C55M42Y0K13 
(55%,42%,0%,13%)
(0.55/0.42/0.00/0.13)	

CMYK yüzdeleri

%54.75
%41.63
%0
%13.33

Codes

Color #6481DD in popluar color models

6481DD
RGB100129221
HSL226°64.02%62.94%
HSB/HSV226°54.75%86.67%
CMYK54.75%41.63%0.00%
13.33%

Color #6481DD in popluar number systems.

HEX6481DD
Decimal100129221
Binary11001001000000111011101
Octal144201335

Shades and tints

Shades of #6481DD

#6481DD
(100,129,221)
#5B76C9
(91,118,201)
#526BB5
(82,107,181)
#4960A1
(73,96,161)
#40558D
(64,85,141)
#374A79
(55,74,121)
#2E3F65
(46,63,101)
#253451
(37,52,81)
#1C293D
(28,41,61)
#131E29
(19,30,41)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #6481DD

#6481DD
(100,129,221)
#728CE0
(114,140,224)
#8097E3
(128,151,227)
#8EA2E6
(142,162,230)
#9CADE9
(156,173,233)
#AAB8EC
(170,184,236)
#B8C3EF
(184,195,239)
#C6CEF2
(198,206,242)
#D4D9F5
(212,217,245)
#E2E4F8
(226,228,248)
#F0EFFB
(240,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6481DD color. Also use rgb(100,129,221) instead hex code.

Text Font Color

.myTextColor { color: #6481DD; }

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

This text font color is #6481DD.


Background Color

.myBgColor { background-color: #6481DD; }

<div style="background-color:#6481DD">Inner text</div>

This div background color is #6481DD.


Border color

.myBorderColor { border: 1px solid #6481DD; }

<div style="border:3px solid #6481DD">Div</div>

This div border color is #6481DD.


Opacity

.myOpacity80 { color: #6481DD; opacity: 0.8; }

<p style="color:#6481DD;opacity:0.8;">80%</p>

Text with #6481DD 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 #6481DD;}

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

This text has shadow with #6481DD color.

.textShadow {text-shadow: 3px 3px 1px #6481DD, 3px 3px 1px red;}

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

This text has shadow with #6481DD primary color and red secondary color.


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

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

This text has shadow with #6481DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6481DD on black background.


Color preview on white background

This text has color #6481DD on white background.



Black color preview on #6481DD background

This text has black color on #6481DD background.


White color preview on #6481DD background

This text has white color on #6481DD background.