COLOR #6988AA

HEX: #6988AA
RGB: (105,136,170)

Renk bilgisi

#6988AA contains mainly green and blue colors. #6988AA ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6988AA color RGB value is (105,136,170).

  • kırmız ton 105;
  • yeşil ton 136;
  • mavi ton 170.
RGB:
(105,136,170)
(41%,53%,67%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 136 of 255 = 53%
B 170 of 255 = 67%

105
136
170

R + G + B ~ 54%. #6988AA is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 136 + 170 = 411 (100%)
R 105 of 411 ~ 25.55%
G 136 of 411 ~ 33.09%
B 170 of 411 ~ 41.36%

%25.55
%33.09
%41.36

CMYK RENK MODELİ

#6988AA rengi CMYK tonu (38,20,0,33).

  • camgöbeği tonu 38.24%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(38,20,0,33)
C38M20Y0K33 
(38%,20%,0%,33%)
(0.38/0.20/0.00/0.33)	

CMYK yüzdeleri

%38.24
%20
%0
%33.33

Codes

Color #6988AA in popluar color models

6988AA
RGB105136170
HSL211°27.66%53.92%
HSB/HSV211°38.24%66.67%
CMYK38.24%20.00%0.00%
33.33%

Color #6988AA in popluar number systems.

HEX6988AA
Decimal105136170
Binary11010011000100010101010
Octal151210252

Shades and tints

Shades of #6988AA

#6988AA
(105,136,170)
#607C9B
(96,124,155)
#57708C
(87,112,140)
#4E647D
(78,100,125)
#45586E
(69,88,110)
#3C4C5F
(60,76,95)
#334050
(51,64,80)
#2A3441
(42,52,65)
#212832
(33,40,50)
#181C23
(24,28,35)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #6988AA

#6988AA
(105,136,170)
#7692B1
(118,146,177)
#839CB8
(131,156,184)
#90A6BF
(144,166,191)
#9DB0C6
(157,176,198)
#AABACD
(170,186,205)
#B7C4D4
(183,196,212)
#C4CEDB
(196,206,219)
#D1D8E2
(209,216,226)
#DEE2E9
(222,226,233)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6988AA color. Also use rgb(105,136,170) instead hex code.

Text Font Color

.myTextColor { color: #6988AA; }

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

This text font color is #6988AA.


Background Color

.myBgColor { background-color: #6988AA; }

<div style="background-color:#6988AA">Inner text</div>

This div background color is #6988AA.


Border color

.myBorderColor { border: 1px solid #6988AA; }

<div style="border:3px solid #6988AA">Div</div>

This div border color is #6988AA.


Opacity

.myOpacity80 { color: #6988AA; opacity: 0.8; }

<p style="color:#6988AA;opacity:0.8;">80%</p>

Text with #6988AA 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 #6988AA;}

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

This text has shadow with #6988AA color.

.textShadow {text-shadow: 3px 3px 1px #6988AA, 3px 3px 1px red;}

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

This text has shadow with #6988AA primary color and red secondary color.


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

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

This text has shadow with #6988AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6988AA on black background.


Color preview on white background

This text has color #6988AA on white background.



Black color preview on #6988AA background

This text has black color on #6988AA background.


White color preview on #6988AA background

This text has white color on #6988AA background.