COLOR #6198CC

HEX: #6198CC RGB: (97,152,204)

Color info

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

RGB color model

#6198CC color RGB value is (97,152,204).

RGB: (97,152,204) (38%, 60%, 80%)

RGB channels and saturation

R 97 of 255 = 38%
G 152 of 255 = 60%
B 204 of 255 = 80%

97
152
204

R + G + B ~ 59%. #6198CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 152 + 204 = 453 (100%)
R 97 of 453 ~ 21.41%
G 152 of 453 ~ 33.55%
B 204 of 453 ~ 45.03'%

%21.41
%33.55
%45.03

CMYK color model

#6198CC color CMYK value is (52,25,0,20).

  • cyan value is 52.45%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (52,25,0,20) C52M25Y0K20 (52%,25%,0%,20%) (0.52/0.25/0.00/0.20) 

CMYK percentages

%52.45
%25.49
%0
%20

Codes

Color #6198CC in popluar color models

61 98 CC
RGB 97 152 204
HSL 209° 51.20% 59.02%
HSB/HSV 209° 52.45% 80.00%
CMYK 52.45% 25.49% 0.00%
20.00%

Color #6198CC in popluar number systems.

HEX 61 98 CC
Decimal 97 152 204
Binary 1100001 10011000 11001100
Octal 141 230 314

Shades and tints

Shades of #6198CC

#6198CC
(97,152,204)
#598BBA
(89,139,186)
#517EA8
(81,126,168)
#497196
(73,113,150)
#416484
(65,100,132)
#395772
(57,87,114)
#314A60
(49,74,96)
#293D4E
(41,61,78)
#21303C
(33,48,60)
#19232A
(25,35,42)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #6198CC

#6198CC
(97,152,204)
#6FA1D0
(111,161,208)
#7DAAD4
(125,170,212)
#8BB3D8
(139,179,216)
#99BCDC
(153,188,220)
#A7C5E0
(167,197,224)
#B5CEE4
(181,206,228)
#C3D7E8
(195,215,232)
#D1E0EC
(209,224,236)
#DFE9F0
(223,233,240)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6198CC color. Also use rgb(97,152,204) instead hex code.

Text Font Color

.myTextColor { color: #6198CC; }

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

This text font color is #6198CC.

Background Color

.myBgColor { background-color: #6198CC; }

<div style="background-color:#6198CC">Inner text</div>

This div background color is #6198CC.

Border color

.myBorderColor { border: 1px solid #6198CC; }

<div style="border:3px solid #6198CC">Div</div>

This div border color is #6198CC.

Opacity

.myOpacity80 { color: #6198CC; opacity: 0.8; }

<p style="color:#6198CC;opacity:0.8;">80%</p>

Text with #6198CC 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 #6198CC;}

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

This text has shadow with #6198CC color.


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

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

This text has shadow with #6198CC primary color and red secondary color.


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

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

This text has shadow with #6198CC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6198CC.

Preview

Color preview on black background

This text has color #6198CC on black background.


Color preview on white background

This text has color #6198CC on white background.


Black color preview on #6198CC background

This text has black color on #6198CC background.


White color preview on #6198CC background

This text has white color on #6198CC background.


Related colors

Complementary color

Complementary color for #hex is #9E6733.


I love getcolorcode.com

Triadic colors

1 #CC6198 and #98CC61 with #6198CC are triadic colors.

2 #CC9861 and #9861CC with #6198CC are triadic colors.