COLOR #6075C8

HEX: #6075C8
RGB: (96,117,200)

Color info

#6075C8 contains mainly blue color. Web safe color of #6075C8 is #6666CC (or #66C).

RGB color model

#6075C8 color RGB value is (96,117,200).

  • red value is 96;
  • green value is 117;
  • blue value is 200.
RGB:
(96,117,200)
(38%,46%,78%)

RGB channels and saturation

R 96 of 255 = 38%
G 117 of 255 = 46%
B 200 of 255 = 78%

96
117
200

R + G + B ~ 54%. #6075C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 117 + 200 = 413 (100%)
R 96 of 413 ~ 23.24%
G 117 of 413 ~ 28.33%
B 200 of 413 ~ 48.43%

%23.24
%28.33
%48.43

CMYK color model

#6075C8 color CMYK value is (52,42,0,22).

  • cyan value is 52.00%
  • magenta value is 41.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(52,42,0,22)
C52M42Y0K22 
(52%,42%,0%,22%)
(0.52/0.42/0.00/0.22)	

CMYK percentages

%52
%41.5
%0
%21.57

Codes

Color #6075C8 in popluar color models

6075C8
RGB96117200
HSL228°48.60%58.04%
HSB/HSV228°52.00%78.43%
CMYK52.00%41.50%0.00%
21.57%

Color #6075C8 in popluar number systems.

HEX6075C8
Decimal96117200
Binary1100000111010111001000
Octal140165310

Shades and tints

Shades of #6075C8

#6075C8
(96,117,200)
#586BB6
(88,107,182)
#5061A4
(80,97,164)
#485792
(72,87,146)
#404D80
(64,77,128)
#38436E
(56,67,110)
#30395C
(48,57,92)
#282F4A
(40,47,74)
#202538
(32,37,56)
#181B26
(24,27,38)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #6075C8

#6075C8
(96,117,200)
#6E81CD
(110,129,205)
#7C8DD2
(124,141,210)
#8A99D7
(138,153,215)
#98A5DC
(152,165,220)
#A6B1E1
(166,177,225)
#B4BDE6
(180,189,230)
#C2C9EB
(194,201,235)
#D0D5F0
(208,213,240)
#DEE1F5
(222,225,245)
#ECEDFA
(236,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6075C8 color. Also use rgb(96,117,200) instead hex code.

Text Font Color

.myTextColor { color: #6075C8; }

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

This text font color is #6075C8.


Background Color

.myBgColor { background-color: #6075C8; }

<div style="background-color:#6075C8">Inner text</div>

This div background color is #6075C8.


Border color

.myBorderColor { border: 1px solid #6075C8; }

<div style="border:3px solid #6075C8">Div</div>

This div border color is #6075C8.


Opacity

.myOpacity80 { color: #6075C8; opacity: 0.8; }

<p style="color:#6075C8;opacity:0.8;">80%</p>

Text with #6075C8 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 #6075C8;}

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

This text has shadow with #6075C8 color.

.textShadow {text-shadow: 3px 3px 1px #6075C8, 3px 3px 1px red;}

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

This text has shadow with #6075C8 primary color and red secondary color.


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

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

This text has shadow with #6075C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6075C8 on black background.


Color preview on white background

This text has color #6075C8 on white background.



Black color preview on #6075C8 background

This text has black color on #6075C8 background.


White color preview on #6075C8 background

This text has white color on #6075C8 background.