COLOR #6175AD

HEX: #6175AD
RGB: (97,117,173)

Renk bilgisi

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

RGB renk modeli

#6175AD color RGB value is (97,117,173).

  • kırmız ton 97;
  • yeşil ton 117;
  • mavi ton 173.
RGB:
(97,117,173)
(38%,46%,68%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 117 of 255 = 46%
B 173 of 255 = 68%

97
117
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 117 + 173 = 387 (100%)
R 97 of 387 ~ 25.06%
G 117 of 387 ~ 30.23%
B 173 of 387 ~ 44.7%

%25.06
%30.23
%44.7

CMYK RENK MODELİ

#6175AD rengi CMYK tonu (44,32,0,32).

  • camgöbeği tonu 43.93%
  • eflatun tonu 32.37%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(44,32,0,32)
C44M32Y0K32 
(44%,32%,0%,32%)
(0.44/0.32/0.00/0.32)	

CMYK yüzdeleri

%43.93
%32.37
%0
%32.16

Codes

Color #6175AD in popluar color models

6175AD
RGB97117173
HSL224°31.67%52.94%
HSB/HSV224°43.93%67.84%
CMYK43.93%32.37%0.00%
32.16%

Color #6175AD in popluar number systems.

HEX6175AD
Decimal97117173
Binary1100001111010110101101
Octal141165255

Shades and tints

Shades of #6175AD

#6175AD
(97,117,173)
#596B9E
(89,107,158)
#51618F
(81,97,143)
#495780
(73,87,128)
#414D71
(65,77,113)
#394362
(57,67,98)
#313953
(49,57,83)
#292F44
(41,47,68)
#212535
(33,37,53)
#191B26
(25,27,38)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #6175AD

#6175AD
(97,117,173)
#6F81B4
(111,129,180)
#7D8DBB
(125,141,187)
#8B99C2
(139,153,194)
#99A5C9
(153,165,201)
#A7B1D0
(167,177,208)
#B5BDD7
(181,189,215)
#C3C9DE
(195,201,222)
#D1D5E5
(209,213,229)
#DFE1EC
(223,225,236)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6175AD color. Also use rgb(97,117,173) instead hex code.

Text Font Color

.myTextColor { color: #6175AD; }

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

This text font color is #6175AD.


Background Color

.myBgColor { background-color: #6175AD; }

<div style="background-color:#6175AD">Inner text</div>

This div background color is #6175AD.


Border color

.myBorderColor { border: 1px solid #6175AD; }

<div style="border:3px solid #6175AD">Div</div>

This div border color is #6175AD.


Opacity

.myOpacity80 { color: #6175AD; opacity: 0.8; }

<p style="color:#6175AD;opacity:0.8;">80%</p>

Text with #6175AD 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 #6175AD;}

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

This text has shadow with #6175AD color.

.textShadow {text-shadow: 3px 3px 1px #6175AD, 3px 3px 1px red;}

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

This text has shadow with #6175AD primary color and red secondary color.


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

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

This text has shadow with #6175AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6175AD on black background.


Color preview on white background

This text has color #6175AD on white background.



Black color preview on #6175AD background

This text has black color on #6175AD background.


White color preview on #6175AD background

This text has white color on #6175AD background.