COLOR #6F87DD

HEX: #6F87DD
RGB: (111,135,221)

Renk bilgisi

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

RGB renk modeli

#6F87DD color RGB value is (111,135,221).

  • kırmız ton 111;
  • yeşil ton 135;
  • mavi ton 221.
RGB:
(111,135,221)
(44%,53%,87%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 135 of 255 = 53%
B 221 of 255 = 87%

111
135
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 135 + 221 = 467 (100%)
R 111 of 467 ~ 23.77%
G 135 of 467 ~ 28.91%
B 221 of 467 ~ 47.32%

%23.77
%28.91
%47.32

CMYK RENK MODELİ

#6F87DD rengi CMYK tonu (50,39,0,13).

  • camgöbeği tonu 49.77%
  • eflatun tonu 38.91%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(50,39,0,13)
C50M39Y0K13 
(50%,39%,0%,13%)
(0.50/0.39/0.00/0.13)	

CMYK yüzdeleri

%49.77
%38.91
%0
%13.33

Codes

Color #6F87DD in popluar color models

6F87DD
RGB111135221
HSL227°61.80%65.10%
HSB/HSV227°49.77%86.67%
CMYK49.77%38.91%0.00%
13.33%

Color #6F87DD in popluar number systems.

HEX6F87DD
Decimal111135221
Binary11011111000011111011101
Octal157207335

Shades and tints

Shades of #6F87DD

#6F87DD
(111,135,221)
#657BC9
(101,123,201)
#5B6FB5
(91,111,181)
#5163A1
(81,99,161)
#47578D
(71,87,141)
#3D4B79
(61,75,121)
#333F65
(51,63,101)
#293351
(41,51,81)
#1F273D
(31,39,61)
#151B29
(21,27,41)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #6F87DD

#6F87DD
(111,135,221)
#7C91E0
(124,145,224)
#899BE3
(137,155,227)
#96A5E6
(150,165,230)
#A3AFE9
(163,175,233)
#B0B9EC
(176,185,236)
#BDC3EF
(189,195,239)
#CACDF2
(202,205,242)
#D7D7F5
(215,215,245)
#E4E1F8
(228,225,248)
#F1EBFB
(241,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F87DD color. Also use rgb(111,135,221) instead hex code.

Text Font Color

.myTextColor { color: #6F87DD; }

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

This text font color is #6F87DD.


Background Color

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

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

This div background color is #6F87DD.


Border color

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

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

This div border color is #6F87DD.


Opacity

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

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

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

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

This text has shadow with #6F87DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F87DD on black background.


Color preview on white background

This text has color #6F87DD on white background.



Black color preview on #6F87DD background

This text has black color on #6F87DD background.


White color preview on #6F87DD background

This text has white color on #6F87DD background.