COLOR #6B88CD

HEX: #6B88CD
RGB: (107,136,205)

Renk bilgisi

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

RGB renk modeli

#6B88CD color RGB value is (107,136,205).

  • kırmız ton 107;
  • yeşil ton 136;
  • mavi ton 205.
RGB:
(107,136,205)
(42%,53%,80%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 136 of 255 = 53%
B 205 of 255 = 80%

107
136
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 136 + 205 = 448 (100%)
R 107 of 448 ~ 23.88%
G 136 of 448 ~ 30.36%
B 205 of 448 ~ 45.76%

%23.88
%30.36
%45.76

CMYK RENK MODELİ

#6B88CD rengi CMYK tonu (48,34,0,20).

  • camgöbeği tonu 47.80%
  • eflatun tonu 33.66%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(48,34,0,20)
C48M34Y0K20 
(48%,34%,0%,20%)
(0.48/0.34/0.00/0.20)	

CMYK yüzdeleri

%47.8
%33.66
%0
%19.61

Codes

Color #6B88CD in popluar color models

6B88CD
RGB107136205
HSL222°49.49%61.18%
HSB/HSV222°47.80%80.39%
CMYK47.80%33.66%0.00%
19.61%

Color #6B88CD in popluar number systems.

HEX6B88CD
Decimal107136205
Binary11010111000100011001101
Octal153210315

Shades and tints

Shades of #6B88CD

#6B88CD
(107,136,205)
#627CBB
(98,124,187)
#5970A9
(89,112,169)
#506497
(80,100,151)
#475885
(71,88,133)
#3E4C73
(62,76,115)
#354061
(53,64,97)
#2C344F
(44,52,79)
#23283D
(35,40,61)
#1A1C2B
(26,28,43)
#111019
(17,16,25)
#000000
(0,0,0)

Tints of #6B88CD

#6B88CD
(107,136,205)
#7892D1
(120,146,209)
#859CD5
(133,156,213)
#92A6D9
(146,166,217)
#9FB0DD
(159,176,221)
#ACBAE1
(172,186,225)
#B9C4E5
(185,196,229)
#C6CEE9
(198,206,233)
#D3D8ED
(211,216,237)
#E0E2F1
(224,226,241)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B88CD color. Also use rgb(107,136,205) instead hex code.

Text Font Color

.myTextColor { color: #6B88CD; }

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

This text font color is #6B88CD.


Background Color

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

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

This div background color is #6B88CD.


Border color

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

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

This div border color is #6B88CD.


Opacity

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

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

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

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

This text has shadow with #6B88CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B88CD on black background.


Color preview on white background

This text has color #6B88CD on white background.



Black color preview on #6B88CD background

This text has black color on #6B88CD background.


White color preview on #6B88CD background

This text has white color on #6B88CD background.