COLOR #6373AF

HEX: #6373AF
RGB: (99,115,175)

Renk bilgisi

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

RGB renk modeli

#6373AF color RGB value is (99,115,175).

  • kırmız ton 99;
  • yeşil ton 115;
  • mavi ton 175.
RGB:
(99,115,175)
(39%,45%,69%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 115 of 255 = 45%
B 175 of 255 = 69%

99
115
175

R + G + B ~ 51%. #6373AF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 115 + 175 = 389 (100%)
R 99 of 389 ~ 25.45%
G 115 of 389 ~ 29.56%
B 175 of 389 ~ 44.99%

%25.45
%29.56
%44.99

CMYK RENK MODELİ

#6373AF rengi CMYK tonu (43,34,0,31).

  • camgöbeği tonu 43.43%
  • eflatun tonu 34.29%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(43,34,0,31)
C43M34Y0K31 
(43%,34%,0%,31%)
(0.43/0.34/0.00/0.31)	

CMYK yüzdeleri

%43.43
%34.29
%0
%31.37

Codes

Color #6373AF in popluar color models

6373AF
RGB99115175
HSL227°32.20%53.73%
HSB/HSV227°43.43%68.63%
CMYK43.43%34.29%0.00%
31.37%

Color #6373AF in popluar number systems.

HEX6373AF
Decimal99115175
Binary1100011111001110101111
Octal143163257

Shades and tints

Shades of #6373AF

#6373AF
(99,115,175)
#5A69A0
(90,105,160)
#515F91
(81,95,145)
#485582
(72,85,130)
#3F4B73
(63,75,115)
#364164
(54,65,100)
#2D3755
(45,55,85)
#242D46
(36,45,70)
#1B2337
(27,35,55)
#121928
(18,25,40)
#090F19
(9,15,25)
#000000
(0,0,0)

Tints of #6373AF

#6373AF
(99,115,175)
#717FB6
(113,127,182)
#7F8BBD
(127,139,189)
#8D97C4
(141,151,196)
#9BA3CB
(155,163,203)
#A9AFD2
(169,175,210)
#B7BBD9
(183,187,217)
#C5C7E0
(197,199,224)
#D3D3E7
(211,211,231)
#E1DFEE
(225,223,238)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6373AF color. Also use rgb(99,115,175) instead hex code.

Text Font Color

.myTextColor { color: #6373AF; }

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

This text font color is #6373AF.


Background Color

.myBgColor { background-color: #6373AF; }

<div style="background-color:#6373AF">Inner text</div>

This div background color is #6373AF.


Border color

.myBorderColor { border: 1px solid #6373AF; }

<div style="border:3px solid #6373AF">Div</div>

This div border color is #6373AF.


Opacity

.myOpacity80 { color: #6373AF; opacity: 0.8; }

<p style="color:#6373AF;opacity:0.8;">80%</p>

Text with #6373AF 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 #6373AF;}

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

This text has shadow with #6373AF color.

.textShadow {text-shadow: 3px 3px 1px #6373AF, 3px 3px 1px red;}

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

This text has shadow with #6373AF primary color and red secondary color.


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

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

This text has shadow with #6373AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6373AF on black background.


Color preview on white background

This text has color #6373AF on white background.



Black color preview on #6373AF background

This text has black color on #6373AF background.


White color preview on #6373AF background

This text has white color on #6373AF background.