COLOR #6675A8

HEX: #6675A8
RGB: (102,117,168)

Color info

#6675A8 contains mainly green and blue colors. Web safe color of #6675A8 is #666699 (or #669).

RGB color model

#6675A8 color RGB value is (102,117,168).

  • red value is 102;
  • green value is 117;
  • blue value is 168.
RGB:
(102,117,168)
(40%,46%,66%)

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 168 of 255 = 66%

102
117
168

R + G + B ~ 51%. #6675A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 168 = 387 (100%)
R 102 of 387 ~ 26.36%
G 117 of 387 ~ 30.23%
B 168 of 387 ~ 43.41%

%26.36
%30.23
%43.41

CMYK color model

#6675A8 color CMYK value is (39,30,0,34).

  • cyan value is 39.29%
  • magenta value is 30.36%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(39,30,0,34)
C39M30Y0K34 
(39%,30%,0%,34%)
(0.39/0.30/0.00/0.34)	

CMYK percentages

%39.29
%30.36
%0
%34.12

Codes

Color #6675A8 in popluar color models

6675A8
RGB102117168
HSL226°27.50%52.94%
HSB/HSV226°39.29%65.88%
CMYK39.29%30.36%0.00%
34.12%

Color #6675A8 in popluar number systems.

HEX6675A8
Decimal102117168
Binary1100110111010110101000
Octal146165250

Shades and tints

Shades of #6675A8

#6675A8
(102,117,168)
#5D6B99
(93,107,153)
#54618A
(84,97,138)
#4B577B
(75,87,123)
#424D6C
(66,77,108)
#39435D
(57,67,93)
#30394E
(48,57,78)
#272F3F
(39,47,63)
#1E2530
(30,37,48)
#151B21
(21,27,33)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #6675A8

#6675A8
(102,117,168)
#7381AF
(115,129,175)
#808DB6
(128,141,182)
#8D99BD
(141,153,189)
#9AA5C4
(154,165,196)
#A7B1CB
(167,177,203)
#B4BDD2
(180,189,210)
#C1C9D9
(193,201,217)
#CED5E0
(206,213,224)
#DBE1E7
(219,225,231)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6675A8 color. Also use rgb(102,117,168) instead hex code.

Text Font Color

.myTextColor { color: #6675A8; }

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

This text font color is #6675A8.


Background Color

.myBgColor { background-color: #6675A8; }

<div style="background-color:#6675A8">Inner text</div>

This div background color is #6675A8.


Border color

.myBorderColor { border: 1px solid #6675A8; }

<div style="border:3px solid #6675A8">Div</div>

This div border color is #6675A8.


Opacity

.myOpacity80 { color: #6675A8; opacity: 0.8; }

<p style="color:#6675A8;opacity:0.8;">80%</p>

Text with #6675A8 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 #6675A8;}

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

This text has shadow with #6675A8 color.

.textShadow {text-shadow: 3px 3px 1px #6675A8, 3px 3px 1px red;}

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

This text has shadow with #6675A8 primary color and red secondary color.


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

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

This text has shadow with #6675A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6675A8 on black background.


Color preview on white background

This text has color #6675A8 on white background.



Black color preview on #6675A8 background

This text has black color on #6675A8 background.


White color preview on #6675A8 background

This text has white color on #6675A8 background.