COLOR #6306C0

HEX: #6306C0
RGB: (99,6,192)

Renk bilgisi

#6306C0 contains mainly blue color. #6306C0 ‘ nin web güvenlik rengi #6600CC (ya da #60C) dir.

RGB renk modeli

#6306C0 color RGB value is (99,6,192).

  • kırmız ton 99;
  • yeşil ton 6;
  • mavi ton 192.
RGB:
(99,6,192)
(39%,2%,75%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 6 of 255 = 2%
B 192 of 255 = 75%

99
6
192

R + G + B ~ 39%. #6306C0 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 6 + 192 = 297 (100%)
R 99 of 297 ~ 33.33%
G 6 of 297 ~ 2.02%
B 192 of 297 ~ 64.65%

%33.33
%64.65

CMYK RENK MODELİ

#6306C0 rengi CMYK tonu (48,97,0,25).

  • camgöbeği tonu 48.44%
  • eflatun tonu 96.88%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(48,97,0,25)
C48M97Y0K25 
(48%,97%,0%,25%)
(0.48/0.97/0.00/0.25)	

CMYK yüzdeleri

%48.44
%96.88
%0
%24.71

Codes

Color #6306C0 in popluar color models

6306C0
RGB996192
HSL270°93.94%38.82%
HSB/HSV270°96.88%75.29%
CMYK48.44%96.88%0.00%
24.71%

Color #6306C0 in popluar number systems.

HEX6306C0
Decimal996192
Binary110001111011000000
Octal1436300

Shades and tints

Shades of #6306C0

#6306C0
(99,6,192)
#5A06AF
(90,6,175)
#51069E
(81,6,158)
#48068D
(72,6,141)
#3F067C
(63,6,124)
#36066B
(54,6,107)
#2D065A
(45,6,90)
#240649
(36,6,73)
#1B0638
(27,6,56)
#120627
(18,6,39)
#090616
(9,6,22)
#000000
(0,0,0)

Tints of #6306C0

#6306C0
(99,6,192)
#711CC5
(113,28,197)
#7F32CA
(127,50,202)
#8D48CF
(141,72,207)
#9B5ED4
(155,94,212)
#A974D9
(169,116,217)
#B78ADE
(183,138,222)
#C5A0E3
(197,160,227)
#D3B6E8
(211,182,232)
#E1CCED
(225,204,237)
#EFE2F2
(239,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6306C0 color. Also use rgb(99,6,192) instead hex code.

Text Font Color

.myTextColor { color: #6306C0; }

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

This text font color is #6306C0.


Background Color

.myBgColor { background-color: #6306C0; }

<div style="background-color:#6306C0">Inner text</div>

This div background color is #6306C0.


Border color

.myBorderColor { border: 1px solid #6306C0; }

<div style="border:3px solid #6306C0">Div</div>

This div border color is #6306C0.


Opacity

.myOpacity80 { color: #6306C0; opacity: 0.8; }

<p style="color:#6306C0;opacity:0.8;">80%</p>

Text with #6306C0 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 #6306C0;}

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

This text has shadow with #6306C0 color.

.textShadow {text-shadow: 3px 3px 1px #6306C0, 3px 3px 1px red;}

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

This text has shadow with #6306C0 primary color and red secondary color.


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

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

This text has shadow with #6306C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6306C0 on black background.


Color preview on white background

This text has color #6306C0 on white background.



Black color preview on #6306C0 background

This text has black color on #6306C0 background.


White color preview on #6306C0 background

This text has white color on #6306C0 background.