COLOR #6195CC

HEX: #6195CC
RGB: (97,149,204)

Renk bilgisi

#6195CC contains mainly green and blue colors. #6195CC ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6195CC color RGB value is (97,149,204).

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

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 149 of 255 = 58%
B 204 of 255 = 80%

97
149
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 149 + 204 = 450 (100%)
R 97 of 450 ~ 21.56%
G 149 of 450 ~ 33.11%
B 204 of 450 ~ 45.33%

%21.56
%33.11
%45.33

CMYK RENK MODELİ

#6195CC rengi CMYK tonu (52,27,0,20).

  • camgöbeği tonu 52.45%
  • eflatun tonu 26.96%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(52,27,0,20)
C52M27Y0K20 
(52%,27%,0%,20%)
(0.52/0.27/0.00/0.20)	

CMYK yüzdeleri

%52.45
%26.96
%0
%20

Codes

Color #6195CC in popluar color models

6195CC
RGB97149204
HSL211°51.20%59.02%
HSB/HSV211°52.45%80.00%
CMYK52.45%26.96%0.00%
20.00%

Color #6195CC in popluar number systems.

HEX6195CC
Decimal97149204
Binary11000011001010111001100
Octal141225314

Shades and tints

Shades of #6195CC

#6195CC
(97,149,204)
#5988BA
(89,136,186)
#517BA8
(81,123,168)
#496E96
(73,110,150)
#416184
(65,97,132)
#395472
(57,84,114)
#314760
(49,71,96)
#293A4E
(41,58,78)
#212D3C
(33,45,60)
#19202A
(25,32,42)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #6195CC

#6195CC
(97,149,204)
#6F9ED0
(111,158,208)
#7DA7D4
(125,167,212)
#8BB0D8
(139,176,216)
#99B9DC
(153,185,220)
#A7C2E0
(167,194,224)
#B5CBE4
(181,203,228)
#C3D4E8
(195,212,232)
#D1DDEC
(209,221,236)
#DFE6F0
(223,230,240)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6195CC; }

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

This text font color is #6195CC.


Background Color

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

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

This div background color is #6195CC.


Border color

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

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

This div border color is #6195CC.


Opacity

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

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

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

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

This text has shadow with #6195CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6195CC on black background.


Color preview on white background

This text has color #6195CC on white background.



Black color preview on #6195CC background

This text has black color on #6195CC background.


White color preview on #6195CC background

This text has white color on #6195CC background.