COLOR #6993C9

HEX: #6993C9
RGB: (105,147,201)

Renk bilgisi

#6993C9 contains mainly green and blue colors. #6993C9 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6993C9 color RGB value is (105,147,201).

  • kırmız ton 105;
  • yeşil ton 147;
  • mavi ton 201.
RGB:
(105,147,201)
(41%,58%,79%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 147 of 255 = 58%
B 201 of 255 = 79%

105
147
201

R + G + B ~ 59%. #6993C9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 147 + 201 = 453 (100%)
R 105 of 453 ~ 23.18%
G 147 of 453 ~ 32.45%
B 201 of 453 ~ 44.37%

%23.18
%32.45
%44.37

CMYK RENK MODELİ

#6993C9 rengi CMYK tonu (48,27,0,21).

  • camgöbeği tonu 47.76%
  • eflatun tonu 26.87%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(48,27,0,21)
C48M27Y0K21 
(48%,27%,0%,21%)
(0.48/0.27/0.00/0.21)	

CMYK yüzdeleri

%47.76
%26.87
%0
%21.18

Codes

Color #6993C9 in popluar color models

6993C9
RGB105147201
HSL214°47.06%60.00%
HSB/HSV214°47.76%78.82%
CMYK47.76%26.87%0.00%
21.18%

Color #6993C9 in popluar number systems.

HEX6993C9
Decimal105147201
Binary11010011001001111001001
Octal151223311

Shades and tints

Shades of #6993C9

#6993C9
(105,147,201)
#6086B7
(96,134,183)
#5779A5
(87,121,165)
#4E6C93
(78,108,147)
#455F81
(69,95,129)
#3C526F
(60,82,111)
#33455D
(51,69,93)
#2A384B
(42,56,75)
#212B39
(33,43,57)
#181E27
(24,30,39)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #6993C9

#6993C9
(105,147,201)
#769CCD
(118,156,205)
#83A5D1
(131,165,209)
#90AED5
(144,174,213)
#9DB7D9
(157,183,217)
#AAC0DD
(170,192,221)
#B7C9E1
(183,201,225)
#C4D2E5
(196,210,229)
#D1DBE9
(209,219,233)
#DEE4ED
(222,228,237)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6993C9 color. Also use rgb(105,147,201) instead hex code.

Text Font Color

.myTextColor { color: #6993C9; }

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

This text font color is #6993C9.


Background Color

.myBgColor { background-color: #6993C9; }

<div style="background-color:#6993C9">Inner text</div>

This div background color is #6993C9.


Border color

.myBorderColor { border: 1px solid #6993C9; }

<div style="border:3px solid #6993C9">Div</div>

This div border color is #6993C9.


Opacity

.myOpacity80 { color: #6993C9; opacity: 0.8; }

<p style="color:#6993C9;opacity:0.8;">80%</p>

Text with #6993C9 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 #6993C9;}

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

This text has shadow with #6993C9 color.

.textShadow {text-shadow: 3px 3px 1px #6993C9, 3px 3px 1px red;}

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

This text has shadow with #6993C9 primary color and red secondary color.


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

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

This text has shadow with #6993C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6993C9 on black background.


Color preview on white background

This text has color #6993C9 on white background.



Black color preview on #6993C9 background

This text has black color on #6993C9 background.


White color preview on #6993C9 background

This text has white color on #6993C9 background.