COLOR #6288B6

HEX: #6288B6 RGB: (98,136,182)

Color info

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

RGB color model

#6288B6 color RGB value is (98,136,182).

RGB: (98,136,182) (38%, 53%, 71%)

RGB channels and saturation

R 98 of 255 = 38%
G 136 of 255 = 53%
B 182 of 255 = 71%

98
136
182

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

Portions of RGB colors in percentages

R + G + B = 98 + 136 + 182 = 416 (100%)
R 98 of 416 ~ 23.56%
G 136 of 416 ~ 32.69%
B 182 of 416 ~ 43.75'%

%23.56
%32.69
%43.75

CMYK color model

#6288B6 color CMYK value is (46,25,0,29).

  • cyan value is 46.15%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (46,25,0,29)
C46M25Y0K29 (46%, 25%, 0%, 29%)
(0.46 / 0.25 / 0.00 / 0.29)

CMYK percentages

%46.15
%25.27
%0
%28.63

Codes

Color #6288B6 in popluar color models

62 88 B6
RGB 98 136 182
HSL 213° 36.52% 54.90%
HSB/HSV 213° 46.15% 71.37%
CMYK 46.15% 25.27% 0.00%
28.63%

Color #6288B6 in popluar number systems.

HEX 62 88 B6
Decimal 98 136 182
Binary 1100010 10001000 10110110
Octal 142 210 266

Shades and tints

Shades of #6288B6

#6288B6
(98,136,182)
#5A7CA6
(90,124,166)
#527096
(82,112,150)
#4A6486
(74,100,134)
#425876
(66,88,118)
#3A4C66
(58,76,102)
#324056
(50,64,86)
#2A3446
(42,52,70)
#222836
(34,40,54)
#1A1C26
(26,28,38)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #6288B6

#6288B6
(98,136,182)
#7092BC
(112,146,188)
#7E9CC2
(126,156,194)
#8CA6C8
(140,166,200)
#9AB0CE
(154,176,206)
#A8BAD4
(168,186,212)
#B6C4DA
(182,196,218)
#C4CEE0
(196,206,224)
#D2D8E6
(210,216,230)
#E0E2EC
(224,226,236)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6288B6; }

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

This text font color is #6288B6.

Background Color

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

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

This div background color is #6288B6.

Border color

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

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

This div border color is #6288B6.

Opacity

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

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

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

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

This text has shadow with #6288B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6288B6.

Preview

Color preview on black background

This text has color #6288B6 on black background.


Color preview on white background

This text has color #6288B6 on white background.


Black color preview on #6288B6 background

This text has black color on #6288B6 background.


White color preview on #6288B6 background

This text has white color on #6288B6 background.


Related colors

Complementary color

Complementary color for #hex is #9D7749.


I love getcolorcode.com

Triadic colors

1 #B66288 and #88B662 with #6288B6 are triadic colors.

2 #B68862 and #8862B6 with #6288B6 are triadic colors.