COLOR #6381FF

HEX: #6381FF
RGB: (99,129,255)

Renk bilgisi

#6381FF contains mainly blue color. #6381FF ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#6381FF color RGB value is (99,129,255).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 129 of 255 = 51%
B 255 of 255 = 100%

99
129
255

R + G + B ~ 63%. #6381FF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 129 + 255 = 483 (100%)
R 99 of 483 ~ 20.5%
G 129 of 483 ~ 26.71%
B 255 of 483 ~ 52.8%

%20.5
%26.71
%52.8

CMYK RENK MODELİ

#6381FF rengi CMYK tonu (61,49,0,0).

  • camgöbeği tonu 61.18%
  • eflatun tonu 49.41%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(61,49,0,0)
C61M49Y0K0 
(61%,49%,0%,0%)
(0.61/0.49/0.00/0.00)	

CMYK yüzdeleri

%61.18
%49.41
%0
%0

Codes

Color #6381FF in popluar color models

6381FF
RGB99129255
HSL228°100.00%69.41%
HSB/HSV228°61.18%100.00%
CMYK61.18%49.41%0.00%
0.00%

Color #6381FF in popluar number systems.

HEX6381FF
Decimal99129255
Binary11000111000000111111111
Octal143201377

Shades and tints

Shades of #6381FF

#6381FF
(99,129,255)
#5A76E8
(90,118,232)
#516BD1
(81,107,209)
#4860BA
(72,96,186)
#3F55A3
(63,85,163)
#364A8C
(54,74,140)
#2D3F75
(45,63,117)
#24345E
(36,52,94)
#1B2947
(27,41,71)
#121E30
(18,30,48)
#091319
(9,19,25)
#000000
(0,0,0)

Tints of #6381FF

#6381FF
(99,129,255)
#718CFF
(113,140,255)
#7F97FF
(127,151,255)
#8DA2FF
(141,162,255)
#9BADFF
(155,173,255)
#A9B8FF
(169,184,255)
#B7C3FF
(183,195,255)
#C5CEFF
(197,206,255)
#D3D9FF
(211,217,255)
#E1E4FF
(225,228,255)
#EFEFFF
(239,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6381FF color. Also use rgb(99,129,255) instead hex code.

Text Font Color

.myTextColor { color: #6381FF; }

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

This text font color is #6381FF.


Background Color

.myBgColor { background-color: #6381FF; }

<div style="background-color:#6381FF">Inner text</div>

This div background color is #6381FF.


Border color

.myBorderColor { border: 1px solid #6381FF; }

<div style="border:3px solid #6381FF">Div</div>

This div border color is #6381FF.


Opacity

.myOpacity80 { color: #6381FF; opacity: 0.8; }

<p style="color:#6381FF;opacity:0.8;">80%</p>

Text with #6381FF 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 #6381FF;}

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

This text has shadow with #6381FF color.

.textShadow {text-shadow: 3px 3px 1px #6381FF, 3px 3px 1px red;}

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

This text has shadow with #6381FF primary color and red secondary color.


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

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

This text has shadow with #6381FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6381FF on black background.


Color preview on white background

This text has color #6381FF on white background.



Black color preview on #6381FF background

This text has black color on #6381FF background.


White color preview on #6381FF background

This text has white color on #6381FF background.