COLOR #6083B3

HEX: #6083B3 RGB: (96,131,179)

Color info

#6083B3 contains mainly green and blue colors. Web safe color of #6083B3 is #669999 (or #699).

RGB color model

#6083B3 color RGB value is (96,131,179).

RGB: (96,131,179) (38%, 51%, 70%)

RGB channels and saturation

R 96 of 255 = 38%
G 131 of 255 = 51%
B 179 of 255 = 70%

96
131
179

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

Portions of RGB colors in percentages

R + G + B = 96 + 131 + 179 = 406 (100%)
R 96 of 406 ~ 23.65%
G 131 of 406 ~ 32.27%
B 179 of 406 ~ 44.09'%

%23.65
%32.27
%44.09

CMYK color model

#6083B3 color CMYK value is (46,27,0,30).

  • cyan value is 46.37%
  • magenta value is 26.82%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (46,27,0,30)
C46M27Y0K30 (46%, 27%, 0%, 30%)
(0.46 / 0.27 / 0.00 / 0.30)

CMYK percentages

%46.37
%26.82
%0
%29.8

Codes

Color #6083B3 in popluar color models

60 83 B3
RGB 96 131 179
HSL 215° 35.32% 53.92%
HSB/HSV 215° 46.37% 70.20%
CMYK 46.37% 26.82% 0.00%
29.80%

Color #6083B3 in popluar number systems.

HEX 60 83 B3
Decimal 96 131 179
Binary 1100000 10000011 10110011
Octal 140 203 263

Shades and tints

Shades of #6083B3

#6083B3
(96,131,179)
#5878A3
(88,120,163)
#506D93
(80,109,147)
#486283
(72,98,131)
#405773
(64,87,115)
#384C63
(56,76,99)
#304153
(48,65,83)
#283643
(40,54,67)
#202B33
(32,43,51)
#182023
(24,32,35)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #6083B3

#6083B3
(96,131,179)
#6E8EB9
(110,142,185)
#7C99BF
(124,153,191)
#8AA4C5
(138,164,197)
#98AFCB
(152,175,203)
#A6BAD1
(166,186,209)
#B4C5D7
(180,197,215)
#C2D0DD
(194,208,221)
#D0DBE3
(208,219,227)
#DEE6E9
(222,230,233)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6083B3; }

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

This text font color is #6083B3.

Background Color

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

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

This div background color is #6083B3.

Border color

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

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

This div border color is #6083B3.

Opacity

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

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

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

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

This text has shadow with #6083B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6083B3.

Preview

Color preview on black background

This text has color #6083B3 on black background.


Color preview on white background

This text has color #6083B3 on white background.


Black color preview on #6083B3 background

This text has black color on #6083B3 background.


White color preview on #6083B3 background

This text has white color on #6083B3 background.


Related colors

Complementary color

Complementary color for #hex is #9F7C4C.


I love getcolorcode.com

Triadic colors

1 #B36083 and #83B360 with #6083B3 are triadic colors.

2 #B38360 and #8360B3 with #6083B3 are triadic colors.