COLOR #6380E9

HEX: #6380E9
RGB: (99,128,233)

Renk bilgisi

#6380E9 contains mainly blue color. #6380E9 ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#6380E9 color RGB value is (99,128,233).

  • kırmız ton 99;
  • yeşil ton 128;
  • mavi ton 233.
RGB:
(99,128,233)
(39%,50%,91%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 128 of 255 = 50%
B 233 of 255 = 91%

99
128
233

R + G + B ~ 60%. #6380E9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 128 + 233 = 460 (100%)
R 99 of 460 ~ 21.52%
G 128 of 460 ~ 27.83%
B 233 of 460 ~ 50.65%

%21.52
%27.83
%50.65

CMYK RENK MODELİ

#6380E9 rengi CMYK tonu (58,45,0,9).

  • camgöbeği tonu 57.51%
  • eflatun tonu 45.06%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(58,45,0,9)
C58M45Y0K9 
(58%,45%,0%,9%)
(0.58/0.45/0.00/0.09)	

CMYK yüzdeleri

%57.51
%45.06
%0
%8.63

Codes

Color #6380E9 in popluar color models

6380E9
RGB99128233
HSL227°75.28%65.10%
HSB/HSV227°57.51%91.37%
CMYK57.51%45.06%0.00%
8.63%

Color #6380E9 in popluar number systems.

HEX6380E9
Decimal99128233
Binary11000111000000011101001
Octal143200351

Shades and tints

Shades of #6380E9

#6380E9
(99,128,233)
#5A75D4
(90,117,212)
#516ABF
(81,106,191)
#485FAA
(72,95,170)
#3F5495
(63,84,149)
#364980
(54,73,128)
#2D3E6B
(45,62,107)
#243356
(36,51,86)
#1B2841
(27,40,65)
#121D2C
(18,29,44)
#091217
(9,18,23)
#000000
(0,0,0)

Tints of #6380E9

#6380E9
(99,128,233)
#718BEB
(113,139,235)
#7F96ED
(127,150,237)
#8DA1EF
(141,161,239)
#9BACF1
(155,172,241)
#A9B7F3
(169,183,243)
#B7C2F5
(183,194,245)
#C5CDF7
(197,205,247)
#D3D8F9
(211,216,249)
#E1E3FB
(225,227,251)
#EFEEFD
(239,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6380E9 color. Also use rgb(99,128,233) instead hex code.

Text Font Color

.myTextColor { color: #6380E9; }

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

This text font color is #6380E9.


Background Color

.myBgColor { background-color: #6380E9; }

<div style="background-color:#6380E9">Inner text</div>

This div background color is #6380E9.


Border color

.myBorderColor { border: 1px solid #6380E9; }

<div style="border:3px solid #6380E9">Div</div>

This div border color is #6380E9.


Opacity

.myOpacity80 { color: #6380E9; opacity: 0.8; }

<p style="color:#6380E9;opacity:0.8;">80%</p>

Text with #6380E9 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 #6380E9;}

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

This text has shadow with #6380E9 color.

.textShadow {text-shadow: 3px 3px 1px #6380E9, 3px 3px 1px red;}

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

This text has shadow with #6380E9 primary color and red secondary color.


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

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

This text has shadow with #6380E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6380E9 on black background.


Color preview on white background

This text has color #6380E9 on white background.



Black color preview on #6380E9 background

This text has black color on #6380E9 background.


White color preview on #6380E9 background

This text has white color on #6380E9 background.