COLOR #6152BB

HEX: #6152BB
RGB: (97,82,187)

Color info

#6152BB contains mainly blue color. Web safe color of #6152BB is #6666CC (or #66C).

RGB color model

#6152BB color RGB value is (97,82,187).

  • red value is 97;
  • green value is 82;
  • blue value is 187.
RGB:
(97,82,187)
(38%,32%,73%)

RGB channels and saturation

R 97 of 255 = 38%
G 82 of 255 = 32%
B 187 of 255 = 73%

97
82
187

R + G + B ~ 48%. #6152BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 82 + 187 = 366 (100%)
R 97 of 366 ~ 26.5%
G 82 of 366 ~ 22.4%
B 187 of 366 ~ 51.09%

%26.5
%22.4
%51.09

CMYK color model

#6152BB color CMYK value is (48,56,0,27).

  • cyan value is 48.13%
  • magenta value is 56.15%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(48,56,0,27)
C48M56Y0K27 
(48%,56%,0%,27%)
(0.48/0.56/0.00/0.27)	

CMYK percentages

%48.13
%56.15
%0
%26.67

Codes

Color #6152BB in popluar color models

6152BB
RGB9782187
HSL249°43.57%52.75%
HSB/HSV249°56.15%73.33%
CMYK48.13%56.15%0.00%
26.67%

Color #6152BB in popluar number systems.

HEX6152BB
Decimal9782187
Binary1100001101001010111011
Octal141122273

Shades and tints

Shades of #6152BB

#6152BB
(97,82,187)
#594BAA
(89,75,170)
#514499
(81,68,153)
#493D88
(73,61,136)
#413677
(65,54,119)
#392F66
(57,47,102)
#312855
(49,40,85)
#292144
(41,33,68)
#211A33
(33,26,51)
#191322
(25,19,34)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #6152BB

#6152BB
(97,82,187)
#6F61C1
(111,97,193)
#7D70C7
(125,112,199)
#8B7FCD
(139,127,205)
#998ED3
(153,142,211)
#A79DD9
(167,157,217)
#B5ACDF
(181,172,223)
#C3BBE5
(195,187,229)
#D1CAEB
(209,202,235)
#DFD9F1
(223,217,241)
#EDE8F7
(237,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6152BB color. Also use rgb(97,82,187) instead hex code.

Text Font Color

.myTextColor { color: #6152BB; }

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

This text font color is #6152BB.


Background Color

.myBgColor { background-color: #6152BB; }

<div style="background-color:#6152BB">Inner text</div>

This div background color is #6152BB.


Border color

.myBorderColor { border: 1px solid #6152BB; }

<div style="border:3px solid #6152BB">Div</div>

This div border color is #6152BB.


Opacity

.myOpacity80 { color: #6152BB; opacity: 0.8; }

<p style="color:#6152BB;opacity:0.8;">80%</p>

Text with #6152BB 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 #6152BB;}

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

This text has shadow with #6152BB color.

.textShadow {text-shadow: 3px 3px 1px #6152BB, 3px 3px 1px red;}

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

This text has shadow with #6152BB primary color and red secondary color.


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

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

This text has shadow with #6152BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6152BB on black background.


Color preview on white background

This text has color #6152BB on white background.



Black color preview on #6152BB background

This text has black color on #6152BB background.


White color preview on #6152BB background

This text has white color on #6152BB background.