COLOR #6D88DB

HEX: #6D88DB
RGB: (109,136,219)

Renk bilgisi

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

RGB renk modeli

#6D88DB color RGB value is (109,136,219).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 136 of 255 = 53%
B 219 of 255 = 86%

109
136
219

R + G + B ~ 61%. #6D88DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 136 + 219 = 464 (100%)
R 109 of 464 ~ 23.49%
G 136 of 464 ~ 29.31%
B 219 of 464 ~ 47.2%

%23.49
%29.31
%47.2

CMYK RENK MODELİ

#6D88DB rengi CMYK tonu (50,38,0,14).

  • camgöbeği tonu 50.23%
  • eflatun tonu 37.90%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(50,38,0,14)
C50M38Y0K14 
(50%,38%,0%,14%)
(0.50/0.38/0.00/0.14)	

CMYK yüzdeleri

%50.23
%37.9
%0
%14.12

Codes

Color #6D88DB in popluar color models

6D88DB
RGB109136219
HSL225°60.44%64.31%
HSB/HSV225°50.23%85.88%
CMYK50.23%37.90%0.00%
14.12%

Color #6D88DB in popluar number systems.

HEX6D88DB
Decimal109136219
Binary11011011000100011011011
Octal155210333

Shades and tints

Shades of #6D88DB

#6D88DB
(109,136,219)
#647CC8
(100,124,200)
#5B70B5
(91,112,181)
#5264A2
(82,100,162)
#49588F
(73,88,143)
#404C7C
(64,76,124)
#374069
(55,64,105)
#2E3456
(46,52,86)
#252843
(37,40,67)
#1C1C30
(28,28,48)
#13101D
(19,16,29)
#000000
(0,0,0)

Tints of #6D88DB

#6D88DB
(109,136,219)
#7A92DE
(122,146,222)
#879CE1
(135,156,225)
#94A6E4
(148,166,228)
#A1B0E7
(161,176,231)
#AEBAEA
(174,186,234)
#BBC4ED
(187,196,237)
#C8CEF0
(200,206,240)
#D5D8F3
(213,216,243)
#E2E2F6
(226,226,246)
#EFECF9
(239,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D88DB; }

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

This text font color is #6D88DB.


Background Color

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

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

This div background color is #6D88DB.


Border color

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

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

This div border color is #6D88DB.


Opacity

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

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

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

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

This text has shadow with #6D88DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D88DB on black background.


Color preview on white background

This text has color #6D88DB on white background.



Black color preview on #6D88DB background

This text has black color on #6D88DB background.


White color preview on #6D88DB background

This text has white color on #6D88DB background.