COLOR #6263AD

HEX: #6263AD
RGB: (98,99,173)

Renk bilgisi

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

RGB renk modeli

#6263AD color RGB value is (98,99,173).

  • kırmız ton 98;
  • yeşil ton 99;
  • mavi ton 173.
RGB:
(98,99,173)
(38%,39%,68%)

RGB bağlantıları ve doygunluk

R 98 of 255 = 38%
G 99 of 255 = 39%
B 173 of 255 = 68%

98
99
173

R + G + B ~ 48%. #6263AD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
98 + 99 + 173 = 370 (100%)
R 98 of 370 ~ 26.49%
G 99 of 370 ~ 26.76%
B 173 of 370 ~ 46.76%

%26.49
%26.76
%46.76

CMYK RENK MODELİ

#6263AD rengi CMYK tonu (43,43,0,32).

  • camgöbeği tonu 43.35%
  • eflatun tonu 42.77%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(43,43,0,32)
C43M43Y0K32 
(43%,43%,0%,32%)
(0.43/0.43/0.00/0.32)	

CMYK yüzdeleri

%43.35
%42.77
%0
%32.16

Codes

Color #6263AD in popluar color models

6263AD
RGB9899173
HSL239°31.38%53.14%
HSB/HSV239°43.35%67.84%
CMYK43.35%42.77%0.00%
32.16%

Color #6263AD in popluar number systems.

HEX6263AD
Decimal9899173
Binary1100010110001110101101
Octal142143255

Shades and tints

Shades of #6263AD

#6263AD
(98,99,173)
#5A5A9E
(90,90,158)
#52518F
(82,81,143)
#4A4880
(74,72,128)
#423F71
(66,63,113)
#3A3662
(58,54,98)
#322D53
(50,45,83)
#2A2444
(42,36,68)
#221B35
(34,27,53)
#1A1226
(26,18,38)
#120917
(18,9,23)
#000000
(0,0,0)

Tints of #6263AD

#6263AD
(98,99,173)
#7071B4
(112,113,180)
#7E7FBB
(126,127,187)
#8C8DC2
(140,141,194)
#9A9BC9
(154,155,201)
#A8A9D0
(168,169,208)
#B6B7D7
(182,183,215)
#C4C5DE
(196,197,222)
#D2D3E5
(210,211,229)
#E0E1EC
(224,225,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6263AD color. Also use rgb(98,99,173) instead hex code.

Text Font Color

.myTextColor { color: #6263AD; }

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

This text font color is #6263AD.


Background Color

.myBgColor { background-color: #6263AD; }

<div style="background-color:#6263AD">Inner text</div>

This div background color is #6263AD.


Border color

.myBorderColor { border: 1px solid #6263AD; }

<div style="border:3px solid #6263AD">Div</div>

This div border color is #6263AD.


Opacity

.myOpacity80 { color: #6263AD; opacity: 0.8; }

<p style="color:#6263AD;opacity:0.8;">80%</p>

Text with #6263AD 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 #6263AD;}

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

This text has shadow with #6263AD color.

.textShadow {text-shadow: 3px 3px 1px #6263AD, 3px 3px 1px red;}

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

This text has shadow with #6263AD primary color and red secondary color.


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

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

This text has shadow with #6263AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6263AD on black background.


Color preview on white background

This text has color #6263AD on white background.



Black color preview on #6263AD background

This text has black color on #6263AD background.


White color preview on #6263AD background

This text has white color on #6263AD background.