COLOR #6D88CA

HEX: #6D88CA
RGB: (109,136,202)

Renk bilgisi

#6D88CA contains mainly blue color. #6D88CA ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6D88CA color RGB value is (109,136,202).

  • kırmız ton 109;
  • yeşil ton 136;
  • mavi ton 202.
RGB:
(109,136,202)
(43%,53%,79%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 136 of 255 = 53%
B 202 of 255 = 79%

109
136
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 136 + 202 = 447 (100%)
R 109 of 447 ~ 24.38%
G 136 of 447 ~ 30.43%
B 202 of 447 ~ 45.19%

%24.38
%30.43
%45.19

CMYK RENK MODELİ

#6D88CA rengi CMYK tonu (46,33,0,21).

  • camgöbeği tonu 46.04%
  • eflatun tonu 32.67%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(46,33,0,21)
C46M33Y0K21 
(46%,33%,0%,21%)
(0.46/0.33/0.00/0.21)	

CMYK yüzdeleri

%46.04
%32.67
%0
%20.78

Codes

Color #6D88CA in popluar color models

6D88CA
RGB109136202
HSL223°46.73%60.98%
HSB/HSV223°46.04%79.22%
CMYK46.04%32.67%0.00%
20.78%

Color #6D88CA in popluar number systems.

HEX6D88CA
Decimal109136202
Binary11011011000100011001010
Octal155210312

Shades and tints

Shades of #6D88CA

#6D88CA
(109,136,202)
#647CB8
(100,124,184)
#5B70A6
(91,112,166)
#526494
(82,100,148)
#495882
(73,88,130)
#404C70
(64,76,112)
#37405E
(55,64,94)
#2E344C
(46,52,76)
#25283A
(37,40,58)
#1C1C28
(28,28,40)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #6D88CA

#6D88CA
(109,136,202)
#7A92CE
(122,146,206)
#879CD2
(135,156,210)
#94A6D6
(148,166,214)
#A1B0DA
(161,176,218)
#AEBADE
(174,186,222)
#BBC4E2
(187,196,226)
#C8CEE6
(200,206,230)
#D5D8EA
(213,216,234)
#E2E2EE
(226,226,238)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D88CA color. Also use rgb(109,136,202) instead hex code.

Text Font Color

.myTextColor { color: #6D88CA; }

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

This text font color is #6D88CA.


Background Color

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

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

This div background color is #6D88CA.


Border color

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

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

This div border color is #6D88CA.


Opacity

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

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

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

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

This text has shadow with #6D88CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D88CA on black background.


Color preview on white background

This text has color #6D88CA on white background.



Black color preview on #6D88CA background

This text has black color on #6D88CA background.


White color preview on #6D88CA background

This text has white color on #6D88CA background.