COLOR #6288B9

HEX: #6288B9 RGB: (98,136,185)

Color info

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

RGB color model

#6288B9 color RGB value is (98,136,185).

RGB: (98,136,185) (38%, 53%, 73%)

RGB channels and saturation

R 98 of 255 = 38%
G 136 of 255 = 53%
B 185 of 255 = 73%

98
136
185

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

Portions of RGB colors in percentages

R + G + B = 98 + 136 + 185 = 419 (100%)
R 98 of 419 ~ 23.39%
G 136 of 419 ~ 32.46%
B 185 of 419 ~ 44.15'%

%23.39
%32.46
%44.15

CMYK color model

#6288B9 color CMYK value is (47,26,0,27).

  • cyan value is 47.03%
  • magenta value is 26.49%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (47,26,0,27)
C47M26Y0K27 (47%, 26%, 0%, 27%)
(0.47 / 0.26 / 0.00 / 0.27)

CMYK percentages

%47.03
%26.49
%0
%27.45

Codes

Color #6288B9 in popluar color models

62 88 B9
RGB 98 136 185
HSL 214° 38.33% 55.49%
HSB/HSV 214° 47.03% 72.55%
CMYK 47.03% 26.49% 0.00%
27.45%

Color #6288B9 in popluar number systems.

HEX 62 88 B9
Decimal 98 136 185
Binary 1100010 10001000 10111001
Octal 142 210 271

Shades and tints

Shades of #6288B9

#6288B9
(98,136,185)
#5A7CA9
(90,124,169)
#527099
(82,112,153)
#4A6489
(74,100,137)
#425879
(66,88,121)
#3A4C69
(58,76,105)
#324059
(50,64,89)
#2A3449
(42,52,73)
#222839
(34,40,57)
#1A1C29
(26,28,41)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #6288B9

#6288B9
(98,136,185)
#7092BF
(112,146,191)
#7E9CC5
(126,156,197)
#8CA6CB
(140,166,203)
#9AB0D1
(154,176,209)
#A8BAD7
(168,186,215)
#B6C4DD
(182,196,221)
#C4CEE3
(196,206,227)
#D2D8E9
(210,216,233)
#E0E2EF
(224,226,239)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6288B9; }

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

This text font color is #6288B9.

Background Color

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

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

This div background color is #6288B9.

Border color

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

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

This div border color is #6288B9.

Opacity

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

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

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

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

This text has shadow with #6288B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6288B9.

Preview

Color preview on black background

This text has color #6288B9 on black background.


Color preview on white background

This text has color #6288B9 on white background.


Black color preview on #6288B9 background

This text has black color on #6288B9 background.


White color preview on #6288B9 background

This text has white color on #6288B9 background.


Related colors

Complementary color

Complementary color for #hex is #9D7746.


I love getcolorcode.com

Triadic colors

1 #B96288 and #88B962 with #6288B9 are triadic colors.

2 #B98862 and #8862B9 with #6288B9 are triadic colors.