COLOR #6A88C4

HEX: #6A88C4
RGB: (106,136,196)

Color info

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

RGB color model

#6A88C4 color RGB value is (106,136,196).

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

RGB channels and saturation

R 106 of 255 = 42%
G 136 of 255 = 53%
B 196 of 255 = 77%

106
136
196

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

Portions of RGB colors in percentages

R + G + B =
106 + 136 + 196 = 438 (100%)
R 106 of 438 ~ 24.2%
G 136 of 438 ~ 31.05%
B 196 of 438 ~ 44.75%

%24.2
%31.05
%44.75

CMYK color model

#6A88C4 color CMYK value is (46,31,0,23).

  • cyan value is 45.92%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(46,31,0,23)
C46M31Y0K23 
(46%,31%,0%,23%)
(0.46/0.31/0.00/0.23)	

CMYK percentages

%45.92
%30.61
%0
%23.14

Codes

Color #6A88C4 in popluar color models

6A88C4
RGB106136196
HSL220°43.27%59.22%
HSB/HSV220°45.92%76.86%
CMYK45.92%30.61%0.00%
23.14%

Color #6A88C4 in popluar number systems.

HEX6A88C4
Decimal106136196
Binary11010101000100011000100
Octal152210304

Shades and tints

Shades of #6A88C4

#6A88C4
(106,136,196)
#617CB3
(97,124,179)
#5870A2
(88,112,162)
#4F6491
(79,100,145)
#465880
(70,88,128)
#3D4C6F
(61,76,111)
#34405E
(52,64,94)
#2B344D
(43,52,77)
#22283C
(34,40,60)
#191C2B
(25,28,43)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #6A88C4

#6A88C4
(106,136,196)
#7792C9
(119,146,201)
#849CCE
(132,156,206)
#91A6D3
(145,166,211)
#9EB0D8
(158,176,216)
#ABBADD
(171,186,221)
#B8C4E2
(184,196,226)
#C5CEE7
(197,206,231)
#D2D8EC
(210,216,236)
#DFE2F1
(223,226,241)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A88C4; }

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

This text font color is #6A88C4.


Background Color

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

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

This div background color is #6A88C4.


Border color

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

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

This div border color is #6A88C4.


Opacity

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

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

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

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

This text has shadow with #6A88C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A88C4 on black background.


Color preview on white background

This text has color #6A88C4 on white background.



Black color preview on #6A88C4 background

This text has black color on #6A88C4 background.


White color preview on #6A88C4 background

This text has white color on #6A88C4 background.