COLOR #6092A4

HEX: #6092A4
RGB: (96,146,164)

Color info

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

RGB color model

#6092A4 color RGB value is (96,146,164).

  • red value is 96;
  • green value is 146;
  • blue value is 164.
RGB:
(96,146,164)
(38%,57%,64%)

RGB channels and saturation

R 96 of 255 = 38%
G 146 of 255 = 57%
B 164 of 255 = 64%

96
146
164

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

Portions of RGB colors in percentages

R + G + B =
96 + 146 + 164 = 406 (100%)
R 96 of 406 ~ 23.65%
G 146 of 406 ~ 35.96%
B 164 of 406 ~ 40.39%

%23.65
%35.96
%40.39

CMYK color model

#6092A4 color CMYK value is (41,11,0,36).

  • cyan value is 41.46%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(41,11,0,36)
C41M11Y0K36 
(41%,11%,0%,36%)
(0.41/0.11/0.00/0.36)	

CMYK percentages

%41.46
%10.98
%0
%35.69

Codes

Color #6092A4 in popluar color models

6092A4
RGB96146164
HSL196°27.20%50.98%
HSB/HSV196°41.46%64.31%
CMYK41.46%10.98%0.00%
35.69%

Color #6092A4 in popluar number systems.

HEX6092A4
Decimal96146164
Binary11000001001001010100100
Octal140222244

Shades and tints

Shades of #6092A4

#6092A4
(96,146,164)
#588596
(88,133,150)
#507888
(80,120,136)
#486B7A
(72,107,122)
#405E6C
(64,94,108)
#38515E
(56,81,94)
#304450
(48,68,80)
#283742
(40,55,66)
#202A34
(32,42,52)
#181D26
(24,29,38)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #6092A4

#6092A4
(96,146,164)
#6E9BAC
(110,155,172)
#7CA4B4
(124,164,180)
#8AADBC
(138,173,188)
#98B6C4
(152,182,196)
#A6BFCC
(166,191,204)
#B4C8D4
(180,200,212)
#C2D1DC
(194,209,220)
#D0DAE4
(208,218,228)
#DEE3EC
(222,227,236)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6092A4 color. Also use rgb(96,146,164) instead hex code.

Text Font Color

.myTextColor { color: #6092A4; }

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

This text font color is #6092A4.


Background Color

.myBgColor { background-color: #6092A4; }

<div style="background-color:#6092A4">Inner text</div>

This div background color is #6092A4.


Border color

.myBorderColor { border: 1px solid #6092A4; }

<div style="border:3px solid #6092A4">Div</div>

This div border color is #6092A4.


Opacity

.myOpacity80 { color: #6092A4; opacity: 0.8; }

<p style="color:#6092A4;opacity:0.8;">80%</p>

Text with #6092A4 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 #6092A4;}

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

This text has shadow with #6092A4 color.

.textShadow {text-shadow: 3px 3px 1px #6092A4, 3px 3px 1px red;}

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

This text has shadow with #6092A4 primary color and red secondary color.


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

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

This text has shadow with #6092A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6092A4 on black background.


Color preview on white background

This text has color #6092A4 on white background.



Black color preview on #6092A4 background

This text has black color on #6092A4 background.


White color preview on #6092A4 background

This text has white color on #6092A4 background.