COLOR #6096CB

HEX: #6096CB RGB: (96,150,203)

Color info

#6096CB contains mainly green and blue colors. Web safe color of #6096CB is #6699CC (or #69C).

RGB color model

#6096CB color RGB value is (96,150,203).

RGB: (96,150,203) (38%, 59%, 80%)

RGB channels and saturation

R 96 of 255 = 38%
G 150 of 255 = 59%
B 203 of 255 = 80%

96
150
203

R + G + B ~ 59%. #6096CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 150 + 203 = 449 (100%)
R 96 of 449 ~ 21.38%
G 150 of 449 ~ 33.41%
B 203 of 449 ~ 45.21'%

%21.38
%33.41
%45.21

CMYK color model

#6096CB color CMYK value is (53,26,0,20).

  • cyan value is 52.71%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (53,26,0,20)
C53M26Y0K20 (53%, 26%, 0%, 20%)
(0.53 / 0.26 / 0.00 / 0.20)

CMYK percentages

%52.71
%26.11
%0
%20.39

Codes

Color #6096CB in popluar color models

60 96 CB
RGB 96 150 203
HSL 210° 50.71% 58.63%
HSB/HSV 210° 52.71% 79.61%
CMYK 52.71% 26.11% 0.00%
20.39%

Color #6096CB in popluar number systems.

HEX 60 96 CB
Decimal 96 150 203
Binary 1100000 10010110 11001011
Octal 140 226 313

Shades and tints

Shades of #6096CB

#6096CB
(96,150,203)
#5889B9
(88,137,185)
#507CA7
(80,124,167)
#486F95
(72,111,149)
#406283
(64,98,131)
#385571
(56,85,113)
#30485F
(48,72,95)
#283B4D
(40,59,77)
#202E3B
(32,46,59)
#182129
(24,33,41)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #6096CB

#6096CB
(96,150,203)
#6E9FCF
(110,159,207)
#7CA8D3
(124,168,211)
#8AB1D7
(138,177,215)
#98BADB
(152,186,219)
#A6C3DF
(166,195,223)
#B4CCE3
(180,204,227)
#C2D5E7
(194,213,231)
#D0DEEB
(208,222,235)
#DEE7EF
(222,231,239)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6096CB color. Also use rgb(96,150,203) instead hex code.

Text Font Color

.myTextColor { color: #6096CB; }

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

This text font color is #6096CB.

Background Color

.myBgColor { background-color: #6096CB; }

<div style="background-color:#6096CB">Inner text</div>

This div background color is #6096CB.

Border color

.myBorderColor { border: 1px solid #6096CB; }

<div style="border:3px solid #6096CB">Div</div>

This div border color is #6096CB.

Opacity

.myOpacity80 { color: #6096CB; opacity: 0.8; }

<p style="color:#6096CB;opacity:0.8;">80%</p>

Text with #6096CB 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 #6096CB;}

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

This text has shadow with #6096CB color.


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

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

This text has shadow with #6096CB primary color and red secondary color.


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

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

This text has shadow with #6096CB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6096CB.

Preview

Color preview on black background

This text has color #6096CB on black background.


Color preview on white background

This text has color #6096CB on white background.


Black color preview on #6096CB background

This text has black color on #6096CB background.


White color preview on #6096CB background

This text has white color on #6096CB background.


Related colors

Complementary color

Complementary color for #hex is #9F6934.


I love getcolorcode.com

Triadic colors

1 #CB6096 and #96CB60 with #6096CB are triadic colors.

2 #CB9660 and #9660CB with #6096CB are triadic colors.