COLOR #6699FF

HEX: #6699FF
RGB: (102,153,255)

Color info

#6699FF contains mainly blue color. #6699FF color is web safe color. It maybe written shortly as #69F.

RGB color model

#6699FF color RGB value is (102,153,255).

  • red value is 102;
  • green value is 153;
  • blue value is 255.
RGB:
(102,153,255)
(40%,60%,100%)

RGB channels and saturation

R 102 of 255 = 40%
G 153 of 255 = 60%
B 255 of 255 = 100%

102
153
255

R + G + B ~ 67%. #6699FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 153 + 255 = 510 (100%)
R 102 of 510 ~ 20%
G 153 of 510 ~ 30%
B 255 of 510 ~ 50%

%20
%30
%50

CMYK color model

#6699FF color CMYK value is (60,40,0,0).

  • cyan value is 60.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(60,40,0,0)
C60M40Y0K0 
(60%,40%,0%,0%)
(0.60/0.40/0.00/0.00)	

CMYK percentages

%60
%40
%0
%0

Codes

Color #6699FF in popluar color models

6699FF
RGB102153255
HSL220°100.00%70.00%
HSB/HSV220°60.00%100.00%
CMYK60.00%40.00%0.00%
0.00%

Color #6699FF in popluar number systems.

HEX6699FF
Decimal102153255
Binary11001101001100111111111
Octal146231377

Shades and tints

Shades of #6699FF

#6699FF
(102,153,255)
#5D8CE8
(93,140,232)
#547FD1
(84,127,209)
#4B72BA
(75,114,186)
#4265A3
(66,101,163)
#39588C
(57,88,140)
#304B75
(48,75,117)
#273E5E
(39,62,94)
#1E3147
(30,49,71)
#152430
(21,36,48)
#0C1719
(12,23,25)
#000000
(0,0,0)

Tints of #6699FF

#6699FF
(102,153,255)
#73A2FF
(115,162,255)
#80ABFF
(128,171,255)
#8DB4FF
(141,180,255)
#9ABDFF
(154,189,255)
#A7C6FF
(167,198,255)
#B4CFFF
(180,207,255)
#C1D8FF
(193,216,255)
#CEE1FF
(206,225,255)
#DBEAFF
(219,234,255)
#E8F3FF
(232,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6699FF; }

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

This text font color is #6699FF.


Background Color

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

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

This div background color is #6699FF.


Border color

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

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

This div border color is #6699FF.


Opacity

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

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

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

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

This text has shadow with #6699FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6699FF on black background.


Color preview on white background

This text has color #6699FF on white background.



Black color preview on #6699FF background

This text has black color on #6699FF background.


White color preview on #6699FF background

This text has white color on #6699FF background.