COLOR #6068B3

HEX: #6068B3
RGB: (96,104,179)

Color info

#6068B3 contains mainly blue color. Web safe color of #6068B3 is #666699 (or #669).

RGB color model

#6068B3 color RGB value is (96,104,179).

  • red value is 96;
  • green value is 104;
  • blue value is 179.
RGB:
(96,104,179)
(38%,41%,70%)

RGB channels and saturation

R 96 of 255 = 38%
G 104 of 255 = 41%
B 179 of 255 = 70%

96
104
179

R + G + B ~ 50%. #6068B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 104 + 179 = 379 (100%)
R 96 of 379 ~ 25.33%
G 104 of 379 ~ 27.44%
B 179 of 379 ~ 47.23%

%25.33
%27.44
%47.23

CMYK color model

#6068B3 color CMYK value is (46,42,0,30).

  • cyan value is 46.37%
  • magenta value is 41.90%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(46,42,0,30)
C46M42Y0K30 
(46%,42%,0%,30%)
(0.46/0.42/0.00/0.30)	

CMYK percentages

%46.37
%41.9
%0
%29.8

Codes

Color #6068B3 in popluar color models

6068B3
RGB96104179
HSL234°35.32%53.92%
HSB/HSV234°46.37%70.20%
CMYK46.37%41.90%0.00%
29.80%

Color #6068B3 in popluar number systems.

HEX6068B3
Decimal96104179
Binary1100000110100010110011
Octal140150263

Shades and tints

Shades of #6068B3

#6068B3
(96,104,179)
#585FA3
(88,95,163)
#505693
(80,86,147)
#484D83
(72,77,131)
#404473
(64,68,115)
#383B63
(56,59,99)
#303253
(48,50,83)
#282943
(40,41,67)
#202033
(32,32,51)
#181723
(24,23,35)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #6068B3

#6068B3
(96,104,179)
#6E75B9
(110,117,185)
#7C82BF
(124,130,191)
#8A8FC5
(138,143,197)
#989CCB
(152,156,203)
#A6A9D1
(166,169,209)
#B4B6D7
(180,182,215)
#C2C3DD
(194,195,221)
#D0D0E3
(208,208,227)
#DEDDE9
(222,221,233)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6068B3 color. Also use rgb(96,104,179) instead hex code.

Text Font Color

.myTextColor { color: #6068B3; }

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

This text font color is #6068B3.


Background Color

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

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

This div background color is #6068B3.


Border color

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

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

This div border color is #6068B3.


Opacity

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

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

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

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

This text has shadow with #6068B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6068B3 on black background.


Color preview on white background

This text has color #6068B3 on white background.



Black color preview on #6068B3 background

This text has black color on #6068B3 background.


White color preview on #6068B3 background

This text has white color on #6068B3 background.