COLOR #6375A7

HEX: #6375A7
RGB: (99,117,167)

Renk bilgisi

#6375A7 contains mainly green and blue colors. #6375A7 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6375A7 color RGB value is (99,117,167).

  • kırmız ton 99;
  • yeşil ton 117;
  • mavi ton 167.
RGB:
(99,117,167)
(39%,46%,65%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 117 of 255 = 46%
B 167 of 255 = 65%

99
117
167

R + G + B ~ 50%. #6375A7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 117 + 167 = 383 (100%)
R 99 of 383 ~ 25.85%
G 117 of 383 ~ 30.55%
B 167 of 383 ~ 43.6%

%25.85
%30.55
%43.6

CMYK RENK MODELİ

#6375A7 rengi CMYK tonu (41,30,0,35).

  • camgöbeği tonu 40.72%
  • eflatun tonu 29.94%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(41,30,0,35)
C41M30Y0K35 
(41%,30%,0%,35%)
(0.41/0.30/0.00/0.35)	

CMYK yüzdeleri

%40.72
%29.94
%0
%34.51

Codes

Color #6375A7 in popluar color models

6375A7
RGB99117167
HSL224°27.87%52.16%
HSB/HSV224°40.72%65.49%
CMYK40.72%29.94%0.00%
34.51%

Color #6375A7 in popluar number systems.

HEX6375A7
Decimal99117167
Binary1100011111010110100111
Octal143165247

Shades and tints

Shades of #6375A7

#6375A7
(99,117,167)
#5A6B98
(90,107,152)
#516189
(81,97,137)
#48577A
(72,87,122)
#3F4D6B
(63,77,107)
#36435C
(54,67,92)
#2D394D
(45,57,77)
#242F3E
(36,47,62)
#1B252F
(27,37,47)
#121B20
(18,27,32)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #6375A7

#6375A7
(99,117,167)
#7181AF
(113,129,175)
#7F8DB7
(127,141,183)
#8D99BF
(141,153,191)
#9BA5C7
(155,165,199)
#A9B1CF
(169,177,207)
#B7BDD7
(183,189,215)
#C5C9DF
(197,201,223)
#D3D5E7
(211,213,231)
#E1E1EF
(225,225,239)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6375A7 color. Also use rgb(99,117,167) instead hex code.

Text Font Color

.myTextColor { color: #6375A7; }

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

This text font color is #6375A7.


Background Color

.myBgColor { background-color: #6375A7; }

<div style="background-color:#6375A7">Inner text</div>

This div background color is #6375A7.


Border color

.myBorderColor { border: 1px solid #6375A7; }

<div style="border:3px solid #6375A7">Div</div>

This div border color is #6375A7.


Opacity

.myOpacity80 { color: #6375A7; opacity: 0.8; }

<p style="color:#6375A7;opacity:0.8;">80%</p>

Text with #6375A7 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 #6375A7;}

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

This text has shadow with #6375A7 color.

.textShadow {text-shadow: 3px 3px 1px #6375A7, 3px 3px 1px red;}

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

This text has shadow with #6375A7 primary color and red secondary color.


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

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

This text has shadow with #6375A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6375A7 on black background.


Color preview on white background

This text has color #6375A7 on white background.



Black color preview on #6375A7 background

This text has black color on #6375A7 background.


White color preview on #6375A7 background

This text has white color on #6375A7 background.