COLOR #6F88C6

HEX: #6F88C6
RGB: (111,136,198)

Color info

#6F88C6 contains mainly blue color. Web safe color of #6F88C6 is #6699CC (or #69C).

RGB color model

#6F88C6 color RGB value is (111,136,198).

  • red value is 111;
  • green value is 136;
  • blue value is 198.
RGB:
(111,136,198)
(44%,53%,78%)

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 198 of 255 = 78%

111
136
198

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 198 = 445 (100%)
R 111 of 445 ~ 24.94%
G 136 of 445 ~ 30.56%
B 198 of 445 ~ 44.49%

%24.94
%30.56
%44.49

CMYK color model

#6F88C6 color CMYK value is (44,31,0,22).

  • cyan value is 43.94%
  • magenta value is 31.31%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(44,31,0,22)
C44M31Y0K22 
(44%,31%,0%,22%)
(0.44/0.31/0.00/0.22)	

CMYK percentages

%43.94
%31.31
%0
%22.35

Codes

Color #6F88C6 in popluar color models

6F88C6
RGB111136198
HSL223°43.28%60.59%
HSB/HSV223°43.94%77.65%
CMYK43.94%31.31%0.00%
22.35%

Color #6F88C6 in popluar number systems.

HEX6F88C6
Decimal111136198
Binary11011111000100011000110
Octal157210306

Shades and tints

Shades of #6F88C6

#6F88C6
(111,136,198)
#657CB4
(101,124,180)
#5B70A2
(91,112,162)
#516490
(81,100,144)
#47587E
(71,88,126)
#3D4C6C
(61,76,108)
#33405A
(51,64,90)
#293448
(41,52,72)
#1F2836
(31,40,54)
#151C24
(21,28,36)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #6F88C6

#6F88C6
(111,136,198)
#7C92CB
(124,146,203)
#899CD0
(137,156,208)
#96A6D5
(150,166,213)
#A3B0DA
(163,176,218)
#B0BADF
(176,186,223)
#BDC4E4
(189,196,228)
#CACEE9
(202,206,233)
#D7D8EE
(215,216,238)
#E4E2F3
(228,226,243)
#F1ECF8
(241,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F88C6 color. Also use rgb(111,136,198) instead hex code.

Text Font Color

.myTextColor { color: #6F88C6; }

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

This text font color is #6F88C6.


Background Color

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

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

This div background color is #6F88C6.


Border color

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

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

This div border color is #6F88C6.


Opacity

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

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

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

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

This text has shadow with #6F88C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F88C6 on black background.


Color preview on white background

This text has color #6F88C6 on white background.



Black color preview on #6F88C6 background

This text has black color on #6F88C6 background.


White color preview on #6F88C6 background

This text has white color on #6F88C6 background.