COLOR #6488C2

HEX: #6488C2
RGB: (100,136,194)

Color info

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

RGB color model

#6488C2 color RGB value is (100,136,194).

  • red value is 100;
  • green value is 136;
  • blue value is 194.
RGB:
(100,136,194)
(39%,53%,76%)

RGB channels and saturation

R 100 of 255 = 39%
G 136 of 255 = 53%
B 194 of 255 = 76%

100
136
194

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

Portions of RGB colors in percentages

R + G + B =
100 + 136 + 194 = 430 (100%)
R 100 of 430 ~ 23.26%
G 136 of 430 ~ 31.63%
B 194 of 430 ~ 45.12%

%23.26
%31.63
%45.12

CMYK color model

#6488C2 color CMYK value is (48,30,0,24).

  • cyan value is 48.45%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(48,30,0,24)
C48M30Y0K24 
(48%,30%,0%,24%)
(0.48/0.30/0.00/0.24)	

CMYK percentages

%48.45
%29.9
%0
%23.92

Codes

Color #6488C2 in popluar color models

6488C2
RGB100136194
HSL217°43.52%57.65%
HSB/HSV217°48.45%76.08%
CMYK48.45%29.90%0.00%
23.92%

Color #6488C2 in popluar number systems.

HEX6488C2
Decimal100136194
Binary11001001000100011000010
Octal144210302

Shades and tints

Shades of #6488C2

#6488C2
(100,136,194)
#5B7CB1
(91,124,177)
#5270A0
(82,112,160)
#49648F
(73,100,143)
#40587E
(64,88,126)
#374C6D
(55,76,109)
#2E405C
(46,64,92)
#25344B
(37,52,75)
#1C283A
(28,40,58)
#131C29
(19,28,41)
#0A1018
(10,16,24)
#000000
(0,0,0)

Tints of #6488C2

#6488C2
(100,136,194)
#7292C7
(114,146,199)
#809CCC
(128,156,204)
#8EA6D1
(142,166,209)
#9CB0D6
(156,176,214)
#AABADB
(170,186,219)
#B8C4E0
(184,196,224)
#C6CEE5
(198,206,229)
#D4D8EA
(212,216,234)
#E2E2EF
(226,226,239)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6488C2 color. Also use rgb(100,136,194) instead hex code.

Text Font Color

.myTextColor { color: #6488C2; }

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

This text font color is #6488C2.


Background Color

.myBgColor { background-color: #6488C2; }

<div style="background-color:#6488C2">Inner text</div>

This div background color is #6488C2.


Border color

.myBorderColor { border: 1px solid #6488C2; }

<div style="border:3px solid #6488C2">Div</div>

This div border color is #6488C2.


Opacity

.myOpacity80 { color: #6488C2; opacity: 0.8; }

<p style="color:#6488C2;opacity:0.8;">80%</p>

Text with #6488C2 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 #6488C2;}

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

This text has shadow with #6488C2 color.

.textShadow {text-shadow: 3px 3px 1px #6488C2, 3px 3px 1px red;}

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

This text has shadow with #6488C2 primary color and red secondary color.


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

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

This text has shadow with #6488C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6488C2 on black background.


Color preview on white background

This text has color #6488C2 on white background.



Black color preview on #6488C2 background

This text has black color on #6488C2 background.


White color preview on #6488C2 background

This text has white color on #6488C2 background.