COLOR #6092A8

HEX: #6092A8
RGB: (96,146,168)

Color info

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

RGB color model

#6092A8 color RGB value is (96,146,168).

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

RGB channels and saturation

R 96 of 255 = 38%
G 146 of 255 = 57%
B 168 of 255 = 66%

96
146
168

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

Portions of RGB colors in percentages

R + G + B =
96 + 146 + 168 = 410 (100%)
R 96 of 410 ~ 23.41%
G 146 of 410 ~ 35.61%
B 168 of 410 ~ 40.98%

%23.41
%35.61
%40.98

CMYK color model

#6092A8 color CMYK value is (43,13,0,34).

  • cyan value is 42.86%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(43,13,0,34)
C43M13Y0K34 
(43%,13%,0%,34%)
(0.43/0.13/0.00/0.34)	

CMYK percentages

%42.86
%13.1
%0
%34.12

Codes

Color #6092A8 in popluar color models

6092A8
RGB96146168
HSL198°29.27%51.76%
HSB/HSV198°42.86%65.88%
CMYK42.86%13.10%0.00%
34.12%

Color #6092A8 in popluar number systems.

HEX6092A8
Decimal96146168
Binary11000001001001010101000
Octal140222250

Shades and tints

Shades of #6092A8

#6092A8
(96,146,168)
#588599
(88,133,153)
#50788A
(80,120,138)
#486B7B
(72,107,123)
#405E6C
(64,94,108)
#38515D
(56,81,93)
#30444E
(48,68,78)
#28373F
(40,55,63)
#202A30
(32,42,48)
#181D21
(24,29,33)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #6092A8

#6092A8
(96,146,168)
#6E9BAF
(110,155,175)
#7CA4B6
(124,164,182)
#8AADBD
(138,173,189)
#98B6C4
(152,182,196)
#A6BFCB
(166,191,203)
#B4C8D2
(180,200,210)
#C2D1D9
(194,209,217)
#D0DAE0
(208,218,224)
#DEE3E7
(222,227,231)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6092A8; }

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

This text font color is #6092A8.


Background Color

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

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

This div background color is #6092A8.


Border color

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

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

This div border color is #6092A8.


Opacity

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

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

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

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

This text has shadow with #6092A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6092A8 on black background.


Color preview on white background

This text has color #6092A8 on white background.



Black color preview on #6092A8 background

This text has black color on #6092A8 background.


White color preview on #6092A8 background

This text has white color on #6092A8 background.