COLOR #6288A2

HEX: #6288A2
RGB: (98,136,162)

Color info

#6288A2 contains mainly green and blue colors. Web safe color of #6288A2 is #669999 (or #699).

RGB color model

#6288A2 color RGB value is (98,136,162).

  • red value is 98;
  • green value is 136;
  • blue value is 162.
RGB:
(98,136,162)
(38%,53%,64%)

RGB channels and saturation

R 98 of 255 = 38%
G 136 of 255 = 53%
B 162 of 255 = 64%

98
136
162

R + G + B ~ 52%. #6288A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 136 + 162 = 396 (100%)
R 98 of 396 ~ 24.75%
G 136 of 396 ~ 34.34%
B 162 of 396 ~ 40.91%

%24.75
%34.34
%40.91

CMYK color model

#6288A2 color CMYK value is (40,16,0,36).

  • cyan value is 39.51%
  • magenta value is 16.05%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(40,16,0,36)
C40M16Y0K36 
(40%,16%,0%,36%)
(0.40/0.16/0.00/0.36)	

CMYK percentages

%39.51
%16.05
%0
%36.47

Codes

Color #6288A2 in popluar color models

6288A2
RGB98136162
HSL204°25.60%50.98%
HSB/HSV204°39.51%63.53%
CMYK39.51%16.05%0.00%
36.47%

Color #6288A2 in popluar number systems.

HEX6288A2
Decimal98136162
Binary11000101000100010100010
Octal142210242

Shades and tints

Shades of #6288A2

#6288A2
(98,136,162)
#5A7C94
(90,124,148)
#527086
(82,112,134)
#4A6478
(74,100,120)
#42586A
(66,88,106)
#3A4C5C
(58,76,92)
#32404E
(50,64,78)
#2A3440
(42,52,64)
#222832
(34,40,50)
#1A1C24
(26,28,36)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #6288A2

#6288A2
(98,136,162)
#7092AA
(112,146,170)
#7E9CB2
(126,156,178)
#8CA6BA
(140,166,186)
#9AB0C2
(154,176,194)
#A8BACA
(168,186,202)
#B6C4D2
(182,196,210)
#C4CEDA
(196,206,218)
#D2D8E2
(210,216,226)
#E0E2EA
(224,226,234)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6288A2 color. Also use rgb(98,136,162) instead hex code.

Text Font Color

.myTextColor { color: #6288A2; }

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

This text font color is #6288A2.


Background Color

.myBgColor { background-color: #6288A2; }

<div style="background-color:#6288A2">Inner text</div>

This div background color is #6288A2.


Border color

.myBorderColor { border: 1px solid #6288A2; }

<div style="border:3px solid #6288A2">Div</div>

This div border color is #6288A2.


Opacity

.myOpacity80 { color: #6288A2; opacity: 0.8; }

<p style="color:#6288A2;opacity:0.8;">80%</p>

Text with #6288A2 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 #6288A2;}

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

This text has shadow with #6288A2 color.

.textShadow {text-shadow: 3px 3px 1px #6288A2, 3px 3px 1px red;}

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

This text has shadow with #6288A2 primary color and red secondary color.


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

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

This text has shadow with #6288A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6288A2 on black background.


Color preview on white background

This text has color #6288A2 on white background.



Black color preview on #6288A2 background

This text has black color on #6288A2 background.


White color preview on #6288A2 background

This text has white color on #6288A2 background.