COLOR #6B88EA

HEX: #6B88EA
RGB: (107,136,234)

Renk bilgisi

#6B88EA contains mainly blue color. #6B88EA ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#6B88EA color RGB value is (107,136,234).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 136 of 255 = 53%
B 234 of 255 = 92%

107
136
234

R + G + B ~ 62%. #6B88EA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 136 + 234 = 477 (100%)
R 107 of 477 ~ 22.43%
G 136 of 477 ~ 28.51%
B 234 of 477 ~ 49.06%

%22.43
%28.51
%49.06

CMYK RENK MODELİ

#6B88EA rengi CMYK tonu (54,42,0,8).

  • camgöbeği tonu 54.27%
  • eflatun tonu 41.88%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(54,42,0,8)
C54M42Y0K8 
(54%,42%,0%,8%)
(0.54/0.42/0.00/0.08)	

CMYK yüzdeleri

%54.27
%41.88
%0
%8.24

Codes

Color #6B88EA in popluar color models

6B88EA
RGB107136234
HSL226°75.15%66.86%
HSB/HSV226°54.27%91.76%
CMYK54.27%41.88%0.00%
8.24%

Color #6B88EA in popluar number systems.

HEX6B88EA
Decimal107136234
Binary11010111000100011101010
Octal153210352

Shades and tints

Shades of #6B88EA

#6B88EA
(107,136,234)
#627CD5
(98,124,213)
#5970C0
(89,112,192)
#5064AB
(80,100,171)
#475896
(71,88,150)
#3E4C81
(62,76,129)
#35406C
(53,64,108)
#2C3457
(44,52,87)
#232842
(35,40,66)
#1A1C2D
(26,28,45)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #6B88EA

#6B88EA
(107,136,234)
#7892EB
(120,146,235)
#859CEC
(133,156,236)
#92A6ED
(146,166,237)
#9FB0EE
(159,176,238)
#ACBAEF
(172,186,239)
#B9C4F0
(185,196,240)
#C6CEF1
(198,206,241)
#D3D8F2
(211,216,242)
#E0E2F3
(224,226,243)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B88EA; }

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

This text font color is #6B88EA.


Background Color

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

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

This div background color is #6B88EA.


Border color

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

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

This div border color is #6B88EA.


Opacity

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

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

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

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

This text has shadow with #6B88EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B88EA on black background.


Color preview on white background

This text has color #6B88EA on white background.



Black color preview on #6B88EA background

This text has black color on #6B88EA background.


White color preview on #6B88EA background

This text has white color on #6B88EA background.