COLOR #6366AC

HEX: #6366AC
RGB: (99,102,172)

Renk bilgisi

#6366AC contains mainly blue color. #6366AC ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6366AC color RGB value is (99,102,172).

  • kırmız ton 99;
  • yeşil ton 102;
  • mavi ton 172.
RGB:
(99,102,172)
(39%,40%,67%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 102 of 255 = 40%
B 172 of 255 = 67%

99
102
172

R + G + B ~ 49%. #6366AC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 102 + 172 = 373 (100%)
R 99 of 373 ~ 26.54%
G 102 of 373 ~ 27.35%
B 172 of 373 ~ 46.11%

%26.54
%27.35
%46.11

CMYK RENK MODELİ

#6366AC rengi CMYK tonu (42,41,0,33).

  • camgöbeği tonu 42.44%
  • eflatun tonu 40.70%
  • sarı tonu 0.00%
  • ana renk tonu 32.55%
CMYK:
(42,41,0,33)
C42M41Y0K33 
(42%,41%,0%,33%)
(0.42/0.41/0.00/0.33)	

CMYK yüzdeleri

%42.44
%40.7
%0
%32.55

Codes

Color #6366AC in popluar color models

6366AC
RGB99102172
HSL238°30.54%53.14%
HSB/HSV238°42.44%67.45%
CMYK42.44%40.70%0.00%
32.55%

Color #6366AC in popluar number systems.

HEX6366AC
Decimal99102172
Binary1100011110011010101100
Octal143146254

Shades and tints

Shades of #6366AC

#6366AC
(99,102,172)
#5A5D9D
(90,93,157)
#51548E
(81,84,142)
#484B7F
(72,75,127)
#3F4270
(63,66,112)
#363961
(54,57,97)
#2D3052
(45,48,82)
#242743
(36,39,67)
#1B1E34
(27,30,52)
#121525
(18,21,37)
#090C16
(9,12,22)
#000000
(0,0,0)

Tints of #6366AC

#6366AC
(99,102,172)
#7173B3
(113,115,179)
#7F80BA
(127,128,186)
#8D8DC1
(141,141,193)
#9B9AC8
(155,154,200)
#A9A7CF
(169,167,207)
#B7B4D6
(183,180,214)
#C5C1DD
(197,193,221)
#D3CEE4
(211,206,228)
#E1DBEB
(225,219,235)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6366AC color. Also use rgb(99,102,172) instead hex code.

Text Font Color

.myTextColor { color: #6366AC; }

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

This text font color is #6366AC.


Background Color

.myBgColor { background-color: #6366AC; }

<div style="background-color:#6366AC">Inner text</div>

This div background color is #6366AC.


Border color

.myBorderColor { border: 1px solid #6366AC; }

<div style="border:3px solid #6366AC">Div</div>

This div border color is #6366AC.


Opacity

.myOpacity80 { color: #6366AC; opacity: 0.8; }

<p style="color:#6366AC;opacity:0.8;">80%</p>

Text with #6366AC 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 #6366AC;}

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

This text has shadow with #6366AC color.

.textShadow {text-shadow: 3px 3px 1px #6366AC, 3px 3px 1px red;}

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

This text has shadow with #6366AC primary color and red secondary color.


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

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

This text has shadow with #6366AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6366AC on black background.


Color preview on white background

This text has color #6366AC on white background.



Black color preview on #6366AC background

This text has black color on #6366AC background.


White color preview on #6366AC background

This text has white color on #6366AC background.