COLOR #6195A5

HEX: #6195A5
RGB: (97,149,165)

Renk bilgisi

#6195A5 contains mainly green and blue colors. #6195A5 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6195A5 color RGB value is (97,149,165).

  • kırmız ton 97;
  • yeşil ton 149;
  • mavi ton 165.
RGB:
(97,149,165)
(38%,58%,65%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 149 of 255 = 58%
B 165 of 255 = 65%

97
149
165

R + G + B ~ 54%. #6195A5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 149 + 165 = 411 (100%)
R 97 of 411 ~ 23.6%
G 149 of 411 ~ 36.25%
B 165 of 411 ~ 40.15%

%23.6
%36.25
%40.15

CMYK RENK MODELİ

#6195A5 rengi CMYK tonu (41,10,0,35).

  • camgöbeği tonu 41.21%
  • eflatun tonu 9.70%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(41,10,0,35)
C41M10Y0K35 
(41%,10%,0%,35%)
(0.41/0.10/0.00/0.35)	

CMYK yüzdeleri

%41.21
%9.7
%0
%35.29

Codes

Color #6195A5 in popluar color models

6195A5
RGB97149165
HSL194°27.42%51.37%
HSB/HSV194°41.21%64.71%
CMYK41.21%9.70%0.00%
35.29%

Color #6195A5 in popluar number systems.

HEX6195A5
Decimal97149165
Binary11000011001010110100101
Octal141225245

Shades and tints

Shades of #6195A5

#6195A5
(97,149,165)
#598896
(89,136,150)
#517B87
(81,123,135)
#496E78
(73,110,120)
#416169
(65,97,105)
#39545A
(57,84,90)
#31474B
(49,71,75)
#293A3C
(41,58,60)
#212D2D
(33,45,45)
#19201E
(25,32,30)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #6195A5

#6195A5
(97,149,165)
#6F9EAD
(111,158,173)
#7DA7B5
(125,167,181)
#8BB0BD
(139,176,189)
#99B9C5
(153,185,197)
#A7C2CD
(167,194,205)
#B5CBD5
(181,203,213)
#C3D4DD
(195,212,221)
#D1DDE5
(209,221,229)
#DFE6ED
(223,230,237)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6195A5 color. Also use rgb(97,149,165) instead hex code.

Text Font Color

.myTextColor { color: #6195A5; }

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

This text font color is #6195A5.


Background Color

.myBgColor { background-color: #6195A5; }

<div style="background-color:#6195A5">Inner text</div>

This div background color is #6195A5.


Border color

.myBorderColor { border: 1px solid #6195A5; }

<div style="border:3px solid #6195A5">Div</div>

This div border color is #6195A5.


Opacity

.myOpacity80 { color: #6195A5; opacity: 0.8; }

<p style="color:#6195A5;opacity:0.8;">80%</p>

Text with #6195A5 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 #6195A5;}

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

This text has shadow with #6195A5 color.

.textShadow {text-shadow: 3px 3px 1px #6195A5, 3px 3px 1px red;}

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

This text has shadow with #6195A5 primary color and red secondary color.


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

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

This text has shadow with #6195A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6195A5 on black background.


Color preview on white background

This text has color #6195A5 on white background.



Black color preview on #6195A5 background

This text has black color on #6195A5 background.


White color preview on #6195A5 background

This text has white color on #6195A5 background.