COLOR #0615B3

HEX: #0615B3
RGB: (6,21,179)

Color info

#0615B3 contains mainly blue color. Web safe color of #0615B3 is #000099 (or #009).

RGB color model

#0615B3 color RGB value is (6,21,179).

  • red value is 6;
  • green value is 21;
  • blue value is 179.
RGB:
(6,21,179)
(2%,8%,70%)

RGB channels and saturation

R 6 of 255 = 2%
G 21 of 255 = 8%
B 179 of 255 = 70%

6
21
179

R + G + B ~ 27%. #0615B3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 21 + 179 = 206 (100%)
R 6 of 206 ~ 2.91%
G 21 of 206 ~ 10.19%
B 179 of 206 ~ 86.89%

%10.19
%86.89

CMYK color model

#0615B3 color CMYK value is (97,88,0,30).

  • cyan value is 96.65%
  • magenta value is 88.27%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(97,88,0,30)
C97M88Y0K30 
(97%,88%,0%,30%)
(0.97/0.88/0.00/0.30)	

CMYK percentages

%96.65
%88.27
%0
%29.8

Codes

Color #0615B3 in popluar color models

0615B3
RGB621179
HSL235°93.51%36.27%
HSB/HSV235°96.65%70.20%
CMYK96.65%88.27%0.00%
29.80%

Color #0615B3 in popluar number systems.

HEX0615B3
Decimal621179
Binary1101010110110011
Octal625263

Shades and tints

Shades of #0615B3

#0615B3
(6,21,179)
#0614A3
(6,20,163)
#061393
(6,19,147)
#061283
(6,18,131)
#061173
(6,17,115)
#061063
(6,16,99)
#060F53
(6,15,83)
#060E43
(6,14,67)
#060D33
(6,13,51)
#060C23
(6,12,35)
#060B13
(6,11,19)
#000000
(0,0,0)

Tints of #0615B3

#0615B3
(6,21,179)
#1C2AB9
(28,42,185)
#323FBF
(50,63,191)
#4854C5
(72,84,197)
#5E69CB
(94,105,203)
#747ED1
(116,126,209)
#8A93D7
(138,147,215)
#A0A8DD
(160,168,221)
#B6BDE3
(182,189,227)
#CCD2E9
(204,210,233)
#E2E7EF
(226,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0615B3 color. Also use rgb(6,21,179) instead hex code.

Text Font Color

.myTextColor { color: #0615B3; }

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

This text font color is #0615B3.


Background Color

.myBgColor { background-color: #0615B3; }

<div style="background-color:#0615B3">Inner text</div>

This div background color is #0615B3.


Border color

.myBorderColor { border: 1px solid #0615B3; }

<div style="border:3px solid #0615B3">Div</div>

This div border color is #0615B3.


Opacity

.myOpacity80 { color: #0615B3; opacity: 0.8; }

<p style="color:#0615B3;opacity:0.8;">80%</p>

Text with #0615B3 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 #0615B3;}

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

This text has shadow with #0615B3 color.

.textShadow {text-shadow: 3px 3px 1px #0615B3, 3px 3px 1px red;}

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

This text has shadow with #0615B3 primary color and red secondary color.


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

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

This text has shadow with #0615B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0615B3 on black background.


Color preview on white background

This text has color #0615B3 on white background.



Black color preview on #0615B3 background

This text has black color on #0615B3 background.


White color preview on #0615B3 background

This text has white color on #0615B3 background.