COLOR #6699C8

HEX: #6699C8
RGB: (102,153,200)

Renk bilgisi

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

RGB renk modeli

#6699C8 color RGB value is (102,153,200).

  • kırmız ton 102;
  • yeşil ton 153;
  • mavi ton 200.
RGB:
(102,153,200)
(40%,60%,78%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 153 of 255 = 60%
B 200 of 255 = 78%

102
153
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 153 + 200 = 455 (100%)
R 102 of 455 ~ 22.42%
G 153 of 455 ~ 33.63%
B 200 of 455 ~ 43.96%

%22.42
%33.63
%43.96

CMYK RENK MODELİ

#6699C8 rengi CMYK tonu (49,24,0,22).

  • camgöbeği tonu 49.00%
  • eflatun tonu 23.50%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(49,24,0,22)
C49M24Y0K22 
(49%,24%,0%,22%)
(0.49/0.24/0.00/0.22)	

CMYK yüzdeleri

%49
%23.5
%0
%21.57

Codes

Color #6699C8 in popluar color models

6699C8
RGB102153200
HSL209°47.12%59.22%
HSB/HSV209°49.00%78.43%
CMYK49.00%23.50%0.00%
21.57%

Color #6699C8 in popluar number systems.

HEX6699C8
Decimal102153200
Binary11001101001100111001000
Octal146231310

Shades and tints

Shades of #6699C8

#6699C8
(102,153,200)
#5D8CB6
(93,140,182)
#547FA4
(84,127,164)
#4B7292
(75,114,146)
#426580
(66,101,128)
#39586E
(57,88,110)
#304B5C
(48,75,92)
#273E4A
(39,62,74)
#1E3138
(30,49,56)
#152426
(21,36,38)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #6699C8

#6699C8
(102,153,200)
#73A2CD
(115,162,205)
#80ABD2
(128,171,210)
#8DB4D7
(141,180,215)
#9ABDDC
(154,189,220)
#A7C6E1
(167,198,225)
#B4CFE6
(180,207,230)
#C1D8EB
(193,216,235)
#CEE1F0
(206,225,240)
#DBEAF5
(219,234,245)
#E8F3FA
(232,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6699C8 color. Also use rgb(102,153,200) instead hex code.

Text Font Color

.myTextColor { color: #6699C8; }

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

This text font color is #6699C8.


Background Color

.myBgColor { background-color: #6699C8; }

<div style="background-color:#6699C8">Inner text</div>

This div background color is #6699C8.


Border color

.myBorderColor { border: 1px solid #6699C8; }

<div style="border:3px solid #6699C8">Div</div>

This div border color is #6699C8.


Opacity

.myOpacity80 { color: #6699C8; opacity: 0.8; }

<p style="color:#6699C8;opacity:0.8;">80%</p>

Text with #6699C8 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 #6699C8;}

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

This text has shadow with #6699C8 color.

.textShadow {text-shadow: 3px 3px 1px #6699C8, 3px 3px 1px red;}

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

This text has shadow with #6699C8 primary color and red secondary color.


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

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

This text has shadow with #6699C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6699C8 on black background.


Color preview on white background

This text has color #6699C8 on white background.



Black color preview on #6699C8 background

This text has black color on #6699C8 background.


White color preview on #6699C8 background

This text has white color on #6699C8 background.