COLOR #6061B0

HEX: #6061B0
RGB: (96,97,176)

Color info

#6061B0 contains mainly blue color. Web safe color of #6061B0 is #666699 (or #669).

RGB color model

#6061B0 color RGB value is (96,97,176).

  • red value is 96;
  • green value is 97;
  • blue value is 176.
RGB:
(96,97,176)
(38%,38%,69%)

RGB channels and saturation

R 96 of 255 = 38%
G 97 of 255 = 38%
B 176 of 255 = 69%

96
97
176

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

Portions of RGB colors in percentages

R + G + B =
96 + 97 + 176 = 369 (100%)
R 96 of 369 ~ 26.02%
G 97 of 369 ~ 26.29%
B 176 of 369 ~ 47.7%

%26.02
%26.29
%47.7

CMYK color model

#6061B0 color CMYK value is (45,45,0,31).

  • cyan value is 45.45%
  • magenta value is 44.89%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(45,45,0,31)
C45M45Y0K31 
(45%,45%,0%,31%)
(0.45/0.45/0.00/0.31)	

CMYK percentages

%45.45
%44.89
%0
%30.98

Codes

Color #6061B0 in popluar color models

6061B0
RGB9697176
HSL239°33.61%53.33%
HSB/HSV239°45.45%69.02%
CMYK45.45%44.89%0.00%
30.98%

Color #6061B0 in popluar number systems.

HEX6061B0
Decimal9697176
Binary1100000110000110110000
Octal140141260

Shades and tints

Shades of #6061B0

#6061B0
(96,97,176)
#5859A0
(88,89,160)
#505190
(80,81,144)
#484980
(72,73,128)
#404170
(64,65,112)
#383960
(56,57,96)
#303150
(48,49,80)
#282940
(40,41,64)
#202130
(32,33,48)
#181920
(24,25,32)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #6061B0

#6061B0
(96,97,176)
#6E6FB7
(110,111,183)
#7C7DBE
(124,125,190)
#8A8BC5
(138,139,197)
#9899CC
(152,153,204)
#A6A7D3
(166,167,211)
#B4B5DA
(180,181,218)
#C2C3E1
(194,195,225)
#D0D1E8
(208,209,232)
#DEDFEF
(222,223,239)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6061B0 color. Also use rgb(96,97,176) instead hex code.

Text Font Color

.myTextColor { color: #6061B0; }

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

This text font color is #6061B0.


Background Color

.myBgColor { background-color: #6061B0; }

<div style="background-color:#6061B0">Inner text</div>

This div background color is #6061B0.


Border color

.myBorderColor { border: 1px solid #6061B0; }

<div style="border:3px solid #6061B0">Div</div>

This div border color is #6061B0.


Opacity

.myOpacity80 { color: #6061B0; opacity: 0.8; }

<p style="color:#6061B0;opacity:0.8;">80%</p>

Text with #6061B0 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 #6061B0;}

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

This text has shadow with #6061B0 color.

.textShadow {text-shadow: 3px 3px 1px #6061B0, 3px 3px 1px red;}

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

This text has shadow with #6061B0 primary color and red secondary color.


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

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

This text has shadow with #6061B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6061B0 on black background.


Color preview on white background

This text has color #6061B0 on white background.



Black color preview on #6061B0 background

This text has black color on #6061B0 background.


White color preview on #6061B0 background

This text has white color on #6061B0 background.