COLOR #6699C1

HEX: #6699C1
RGB: (102,153,193)

Renk bilgisi

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

RGB renk modeli

#6699C1 color RGB value is (102,153,193).

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

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 153 of 255 = 60%
B 193 of 255 = 76%

102
153
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 153 + 193 = 448 (100%)
R 102 of 448 ~ 22.77%
G 153 of 448 ~ 34.15%
B 193 of 448 ~ 43.08%

%22.77
%34.15
%43.08

CMYK RENK MODELİ

#6699C1 rengi CMYK tonu (47,21,0,24).

  • camgöbeği tonu 47.15%
  • eflatun tonu 20.73%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(47,21,0,24)
C47M21Y0K24 
(47%,21%,0%,24%)
(0.47/0.21/0.00/0.24)	

CMYK yüzdeleri

%47.15
%20.73
%0
%24.31

Codes

Color #6699C1 in popluar color models

6699C1
RGB102153193
HSL206°42.33%57.84%
HSB/HSV206°47.15%75.69%
CMYK47.15%20.73%0.00%
24.31%

Color #6699C1 in popluar number systems.

HEX6699C1
Decimal102153193
Binary11001101001100111000001
Octal146231301

Shades and tints

Shades of #6699C1

#6699C1
(102,153,193)
#5D8CB0
(93,140,176)
#547F9F
(84,127,159)
#4B728E
(75,114,142)
#42657D
(66,101,125)
#39586C
(57,88,108)
#304B5B
(48,75,91)
#273E4A
(39,62,74)
#1E3139
(30,49,57)
#152428
(21,36,40)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #6699C1

#6699C1
(102,153,193)
#73A2C6
(115,162,198)
#80ABCB
(128,171,203)
#8DB4D0
(141,180,208)
#9ABDD5
(154,189,213)
#A7C6DA
(167,198,218)
#B4CFDF
(180,207,223)
#C1D8E4
(193,216,228)
#CEE1E9
(206,225,233)
#DBEAEE
(219,234,238)
#E8F3F3
(232,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6699C1; }

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

This text font color is #6699C1.


Background Color

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

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

This div background color is #6699C1.


Border color

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

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

This div border color is #6699C1.


Opacity

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

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

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

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

This text has shadow with #6699C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6699C1 on black background.


Color preview on white background

This text has color #6699C1 on white background.



Black color preview on #6699C1 background

This text has black color on #6699C1 background.


White color preview on #6699C1 background

This text has white color on #6699C1 background.