COLOR #6094EE

HEX: #6094EE RGB: (96,148,238)

Color info

#6094EE contains mainly blue color. Web safe color of #6094EE is #6699FF (or #69F).

RGB color model

#6094EE color RGB value is (96,148,238).

RGB: (96,148,238) (38%, 58%, 93%)

RGB channels and saturation

R 96 of 255 = 38%
G 148 of 255 = 58%
B 238 of 255 = 93%

96
148
238

R + G + B ~ 63%. #6094EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 96 + 148 + 238 = 482 (100%)
R 96 of 482 ~ 19.92%
G 148 of 482 ~ 30.71%
B 238 of 482 ~ 49.38'%

%19.92
%30.71
%49.38

CMYK color model

#6094EE color CMYK value is (60,38,0,7).

  • cyan value is 59.66%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (60,38,0,7)
C60M38Y0K7 (60%, 38%, 0%, 7%)
(0.60 / 0.38 / 0.00 / 0.07)

CMYK percentages

%59.66
%37.82
%0
%6.67

Codes

Color #6094EE in popluar color models

60 94 EE
RGB 96 148 238
HSL 218° 80.68% 65.49%
HSB/HSV 218° 59.66% 93.33%
CMYK 59.66% 37.82% 0.00%
6.67%

Color #6094EE in popluar number systems.

HEX 60 94 EE
Decimal 96 148 238
Binary 1100000 10010100 11101110
Octal 140 224 356

Shades and tints

Shades of #6094EE

#6094EE
(96,148,238)
#5887D9
(88,135,217)
#507AC4
(80,122,196)
#486DAF
(72,109,175)
#40609A
(64,96,154)
#385385
(56,83,133)
#304670
(48,70,112)
#28395B
(40,57,91)
#202C46
(32,44,70)
#181F31
(24,31,49)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #6094EE

#6094EE
(96,148,238)
#6E9DEF
(110,157,239)
#7CA6F0
(124,166,240)
#8AAFF1
(138,175,241)
#98B8F2
(152,184,242)
#A6C1F3
(166,193,243)
#B4CAF4
(180,202,244)
#C2D3F5
(194,211,245)
#D0DCF6
(208,220,246)
#DEE5F7
(222,229,247)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6094EE color. Also use rgb(96,148,238) instead hex code.

Text Font Color

.myTextColor { color: #6094EE; }

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

This text font color is #6094EE.

Background Color

.myBgColor { background-color: #6094EE; }

<div style="background-color:#6094EE">Inner text</div>

This div background color is #6094EE.

Border color

.myBorderColor { border: 1px solid #6094EE; }

<div style="border:3px solid #6094EE">Div</div>

This div border color is #6094EE.

Opacity

.myOpacity80 { color: #6094EE; opacity: 0.8; }

<p style="color:#6094EE;opacity:0.8;">80%</p>

Text with #6094EE 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 #6094EE;}

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

This text has shadow with #6094EE color.


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

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

This text has shadow with #6094EE primary color and red secondary color.


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

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

This text has shadow with #6094EE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6094EE.

Preview

Color preview on black background

This text has color #6094EE on black background.


Color preview on white background

This text has color #6094EE on white background.


Black color preview on #6094EE background

This text has black color on #6094EE background.


White color preview on #6094EE background

This text has white color on #6094EE background.


Related colors

Complementary color

Complementary color for #hex is #9F6B11.


I love getcolorcode.com

Triadic colors

1 #EE6094 and #94EE60 with #6094EE are triadic colors.

2 #EE9460 and #9460EE with #6094EE are triadic colors.