COLOR #6693D8

HEX: #6693D8
RGB: (102,147,216)

Renk bilgisi

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

RGB renk modeli

#6693D8 color RGB value is (102,147,216).

  • kırmız ton 102;
  • yeşil ton 147;
  • mavi ton 216.
RGB:
(102,147,216)
(40%,58%,85%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 147 of 255 = 58%
B 216 of 255 = 85%

102
147
216

R + G + B ~ 61%. #6693D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 147 + 216 = 465 (100%)
R 102 of 465 ~ 21.94%
G 147 of 465 ~ 31.61%
B 216 of 465 ~ 46.45%

%21.94
%31.61
%46.45

CMYK RENK MODELİ

#6693D8 rengi CMYK tonu (53,32,0,15).

  • camgöbeği tonu 52.78%
  • eflatun tonu 31.94%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(53,32,0,15)
C53M32Y0K15 
(53%,32%,0%,15%)
(0.53/0.32/0.00/0.15)	

CMYK yüzdeleri

%52.78
%31.94
%0
%15.29

Codes

Color #6693D8 in popluar color models

6693D8
RGB102147216
HSL216°59.38%62.35%
HSB/HSV216°52.78%84.71%
CMYK52.78%31.94%0.00%
15.29%

Color #6693D8 in popluar number systems.

HEX6693D8
Decimal102147216
Binary11001101001001111011000
Octal146223330

Shades and tints

Shades of #6693D8

#6693D8
(102,147,216)
#5D86C5
(93,134,197)
#5479B2
(84,121,178)
#4B6C9F
(75,108,159)
#425F8C
(66,95,140)
#395279
(57,82,121)
#304566
(48,69,102)
#273853
(39,56,83)
#1E2B40
(30,43,64)
#151E2D
(21,30,45)
#0C111A
(12,17,26)
#000000
(0,0,0)

Tints of #6693D8

#6693D8
(102,147,216)
#739CDB
(115,156,219)
#80A5DE
(128,165,222)
#8DAEE1
(141,174,225)
#9AB7E4
(154,183,228)
#A7C0E7
(167,192,231)
#B4C9EA
(180,201,234)
#C1D2ED
(193,210,237)
#CEDBF0
(206,219,240)
#DBE4F3
(219,228,243)
#E8EDF6
(232,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6693D8 color. Also use rgb(102,147,216) instead hex code.

Text Font Color

.myTextColor { color: #6693D8; }

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

This text font color is #6693D8.


Background Color

.myBgColor { background-color: #6693D8; }

<div style="background-color:#6693D8">Inner text</div>

This div background color is #6693D8.


Border color

.myBorderColor { border: 1px solid #6693D8; }

<div style="border:3px solid #6693D8">Div</div>

This div border color is #6693D8.


Opacity

.myOpacity80 { color: #6693D8; opacity: 0.8; }

<p style="color:#6693D8;opacity:0.8;">80%</p>

Text with #6693D8 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 #6693D8;}

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

This text has shadow with #6693D8 color.

.textShadow {text-shadow: 3px 3px 1px #6693D8, 3px 3px 1px red;}

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

This text has shadow with #6693D8 primary color and red secondary color.


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

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

This text has shadow with #6693D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6693D8 on black background.


Color preview on white background

This text has color #6693D8 on white background.



Black color preview on #6693D8 background

This text has black color on #6693D8 background.


White color preview on #6693D8 background

This text has white color on #6693D8 background.