COLOR #6D95AC

HEX: #6D95AC
RGB: (109,149,172)

Renk bilgisi

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

RGB renk modeli

#6D95AC color RGB value is (109,149,172).

  • kırmız ton 109;
  • yeşil ton 149;
  • mavi ton 172.
RGB:
(109,149,172)
(43%,58%,67%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 149 of 255 = 58%
B 172 of 255 = 67%

109
149
172

R + G + B ~ 56%. #6D95AC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 149 + 172 = 430 (100%)
R 109 of 430 ~ 25.35%
G 149 of 430 ~ 34.65%
B 172 of 430 ~ 40%

%25.35
%34.65
%40

CMYK RENK MODELİ

#6D95AC rengi CMYK tonu (37,13,0,33).

  • camgöbeği tonu 36.63%
  • eflatun tonu 13.37%
  • sarı tonu 0.00%
  • ana renk tonu 32.55%
CMYK:
(37,13,0,33)
C37M13Y0K33 
(37%,13%,0%,33%)
(0.37/0.13/0.00/0.33)	

CMYK yüzdeleri

%36.63
%13.37
%0
%32.55

Codes

Color #6D95AC in popluar color models

6D95AC
RGB109149172
HSL202°27.51%55.10%
HSB/HSV202°36.63%67.45%
CMYK36.63%13.37%0.00%
32.55%

Color #6D95AC in popluar number systems.

HEX6D95AC
Decimal109149172
Binary11011011001010110101100
Octal155225254

Shades and tints

Shades of #6D95AC

#6D95AC
(109,149,172)
#64889D
(100,136,157)
#5B7B8E
(91,123,142)
#526E7F
(82,110,127)
#496170
(73,97,112)
#405461
(64,84,97)
#374752
(55,71,82)
#2E3A43
(46,58,67)
#252D34
(37,45,52)
#1C2025
(28,32,37)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #6D95AC

#6D95AC
(109,149,172)
#7A9EB3
(122,158,179)
#87A7BA
(135,167,186)
#94B0C1
(148,176,193)
#A1B9C8
(161,185,200)
#AEC2CF
(174,194,207)
#BBCBD6
(187,203,214)
#C8D4DD
(200,212,221)
#D5DDE4
(213,221,228)
#E2E6EB
(226,230,235)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D95AC color. Also use rgb(109,149,172) instead hex code.

Text Font Color

.myTextColor { color: #6D95AC; }

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

This text font color is #6D95AC.


Background Color

.myBgColor { background-color: #6D95AC; }

<div style="background-color:#6D95AC">Inner text</div>

This div background color is #6D95AC.


Border color

.myBorderColor { border: 1px solid #6D95AC; }

<div style="border:3px solid #6D95AC">Div</div>

This div border color is #6D95AC.


Opacity

.myOpacity80 { color: #6D95AC; opacity: 0.8; }

<p style="color:#6D95AC;opacity:0.8;">80%</p>

Text with #6D95AC 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 #6D95AC;}

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

This text has shadow with #6D95AC color.

.textShadow {text-shadow: 3px 3px 1px #6D95AC, 3px 3px 1px red;}

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

This text has shadow with #6D95AC primary color and red secondary color.


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

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

This text has shadow with #6D95AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D95AC on black background.


Color preview on white background

This text has color #6D95AC on white background.



Black color preview on #6D95AC background

This text has black color on #6D95AC background.


White color preview on #6D95AC background

This text has white color on #6D95AC background.