COLOR #6098B9

HEX: #6098B9
RGB: (96,152,185)

Color info

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

RGB color model

#6098B9 color RGB value is (96,152,185).

  • red value is 96;
  • green value is 152;
  • blue value is 185.
RGB:
(96,152,185)
(38%,60%,73%)

RGB channels and saturation

R 96 of 255 = 38%
G 152 of 255 = 60%
B 185 of 255 = 73%

96
152
185

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

Portions of RGB colors in percentages

R + G + B =
96 + 152 + 185 = 433 (100%)
R 96 of 433 ~ 22.17%
G 152 of 433 ~ 35.1%
B 185 of 433 ~ 42.73%

%22.17
%35.1
%42.73

CMYK color model

#6098B9 color CMYK value is (48,18,0,27).

  • cyan value is 48.11%
  • magenta value is 17.84%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(48,18,0,27)
C48M18Y0K27 
(48%,18%,0%,27%)
(0.48/0.18/0.00/0.27)	

CMYK percentages

%48.11
%17.84
%0
%27.45

Codes

Color #6098B9 in popluar color models

6098B9
RGB96152185
HSL202°38.86%55.10%
HSB/HSV202°48.11%72.55%
CMYK48.11%17.84%0.00%
27.45%

Color #6098B9 in popluar number systems.

HEX6098B9
Decimal96152185
Binary11000001001100010111001
Octal140230271

Shades and tints

Shades of #6098B9

#6098B9
(96,152,185)
#588BA9
(88,139,169)
#507E99
(80,126,153)
#487189
(72,113,137)
#406479
(64,100,121)
#385769
(56,87,105)
#304A59
(48,74,89)
#283D49
(40,61,73)
#203039
(32,48,57)
#182329
(24,35,41)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #6098B9

#6098B9
(96,152,185)
#6EA1BF
(110,161,191)
#7CAAC5
(124,170,197)
#8AB3CB
(138,179,203)
#98BCD1
(152,188,209)
#A6C5D7
(166,197,215)
#B4CEDD
(180,206,221)
#C2D7E3
(194,215,227)
#D0E0E9
(208,224,233)
#DEE9EF
(222,233,239)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6098B9 color. Also use rgb(96,152,185) instead hex code.

Text Font Color

.myTextColor { color: #6098B9; }

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

This text font color is #6098B9.


Background Color

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

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

This div background color is #6098B9.


Border color

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

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

This div border color is #6098B9.


Opacity

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

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

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

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

This text has shadow with #6098B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6098B9 on black background.


Color preview on white background

This text has color #6098B9 on white background.



Black color preview on #6098B9 background

This text has black color on #6098B9 background.


White color preview on #6098B9 background

This text has white color on #6098B9 background.