COLOR #6263CE

HEX: #6263CE
RGB: (98,99,206)

Renk bilgisi

#6263CE contains mainly blue color. #6263CE ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6263CE color RGB value is (98,99,206).

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

RGB bağlantıları ve doygunluk

R 98 of 255 = 38%
G 99 of 255 = 39%
B 206 of 255 = 81%

98
99
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
98 + 99 + 206 = 403 (100%)
R 98 of 403 ~ 24.32%
G 99 of 403 ~ 24.57%
B 206 of 403 ~ 51.12%

%24.32
%24.57
%51.12

CMYK RENK MODELİ

#6263CE rengi CMYK tonu (52,52,0,19).

  • camgöbeği tonu 52.43%
  • eflatun tonu 51.94%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(52,52,0,19)
C52M52Y0K19 
(52%,52%,0%,19%)
(0.52/0.52/0.00/0.19)	

CMYK yüzdeleri

%52.43
%51.94
%0
%19.22

Codes

Color #6263CE in popluar color models

6263CE
RGB9899206
HSL239°52.43%59.61%
HSB/HSV239°52.43%80.78%
CMYK52.43%51.94%0.00%
19.22%

Color #6263CE in popluar number systems.

HEX6263CE
Decimal9899206
Binary1100010110001111001110
Octal142143316

Shades and tints

Shades of #6263CE

#6263CE
(98,99,206)
#5A5ABC
(90,90,188)
#5251AA
(82,81,170)
#4A4898
(74,72,152)
#423F86
(66,63,134)
#3A3674
(58,54,116)
#322D62
(50,45,98)
#2A2450
(42,36,80)
#221B3E
(34,27,62)
#1A122C
(26,18,44)
#12091A
(18,9,26)
#000000
(0,0,0)

Tints of #6263CE

#6263CE
(98,99,206)
#7071D2
(112,113,210)
#7E7FD6
(126,127,214)
#8C8DDA
(140,141,218)
#9A9BDE
(154,155,222)
#A8A9E2
(168,169,226)
#B6B7E6
(182,183,230)
#C4C5EA
(196,197,234)
#D2D3EE
(210,211,238)
#E0E1F2
(224,225,242)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6263CE; }

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

This text font color is #6263CE.


Background Color

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

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

This div background color is #6263CE.


Border color

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

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

This div border color is #6263CE.


Opacity

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

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

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

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

This text has shadow with #6263CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6263CE on black background.


Color preview on white background

This text has color #6263CE on white background.



Black color preview on #6263CE background

This text has black color on #6263CE background.


White color preview on #6263CE background

This text has white color on #6263CE background.