COLOR #6A88B8

HEX: #6A88B8
RGB: (106,136,184)

Color info

#6A88B8 contains mainly green and blue colors. Web safe color of #6A88B8 is #6699CC (or #69C).

RGB color model

#6A88B8 color RGB value is (106,136,184).

  • red value is 106;
  • green value is 136;
  • blue value is 184.
RGB:
(106,136,184)
(42%,53%,72%)

RGB channels and saturation

R 106 of 255 = 42%
G 136 of 255 = 53%
B 184 of 255 = 72%

106
136
184

R + G + B ~ 56%. #6A88B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 136 + 184 = 426 (100%)
R 106 of 426 ~ 24.88%
G 136 of 426 ~ 31.92%
B 184 of 426 ~ 43.19%

%24.88
%31.92
%43.19

CMYK color model

#6A88B8 color CMYK value is (42,26,0,28).

  • cyan value is 42.39%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(42,26,0,28)
C42M26Y0K28 
(42%,26%,0%,28%)
(0.42/0.26/0.00/0.28)	

CMYK percentages

%42.39
%26.09
%0
%27.84

Codes

Color #6A88B8 in popluar color models

6A88B8
RGB106136184
HSL217°35.45%56.86%
HSB/HSV217°42.39%72.16%
CMYK42.39%26.09%0.00%
27.84%

Color #6A88B8 in popluar number systems.

HEX6A88B8
Decimal106136184
Binary11010101000100010111000
Octal152210270

Shades and tints

Shades of #6A88B8

#6A88B8
(106,136,184)
#617CA8
(97,124,168)
#587098
(88,112,152)
#4F6488
(79,100,136)
#465878
(70,88,120)
#3D4C68
(61,76,104)
#344058
(52,64,88)
#2B3448
(43,52,72)
#222838
(34,40,56)
#191C28
(25,28,40)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #6A88B8

#6A88B8
(106,136,184)
#7792BE
(119,146,190)
#849CC4
(132,156,196)
#91A6CA
(145,166,202)
#9EB0D0
(158,176,208)
#ABBAD6
(171,186,214)
#B8C4DC
(184,196,220)
#C5CEE2
(197,206,226)
#D2D8E8
(210,216,232)
#DFE2EE
(223,226,238)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A88B8 color. Also use rgb(106,136,184) instead hex code.

Text Font Color

.myTextColor { color: #6A88B8; }

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

This text font color is #6A88B8.


Background Color

.myBgColor { background-color: #6A88B8; }

<div style="background-color:#6A88B8">Inner text</div>

This div background color is #6A88B8.


Border color

.myBorderColor { border: 1px solid #6A88B8; }

<div style="border:3px solid #6A88B8">Div</div>

This div border color is #6A88B8.


Opacity

.myOpacity80 { color: #6A88B8; opacity: 0.8; }

<p style="color:#6A88B8;opacity:0.8;">80%</p>

Text with #6A88B8 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 #6A88B8;}

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

This text has shadow with #6A88B8 color.

.textShadow {text-shadow: 3px 3px 1px #6A88B8, 3px 3px 1px red;}

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

This text has shadow with #6A88B8 primary color and red secondary color.


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

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

This text has shadow with #6A88B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A88B8 on black background.


Color preview on white background

This text has color #6A88B8 on white background.



Black color preview on #6A88B8 background

This text has black color on #6A88B8 background.


White color preview on #6A88B8 background

This text has white color on #6A88B8 background.