COLOR #609DBF

HEX: #609DBF RGB: (96,157,191)

Color info

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

RGB color model

#609DBF color RGB value is (96,157,191).

RGB: (96,157,191) (38%, 62%, 75%)

RGB channels and saturation

R 96 of 255 = 38%
G 157 of 255 = 62%
B 191 of 255 = 75%

96
157
191

R + G + B ~ 58%. #609DBF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 157 + 191 = 444 (100%)
R 96 of 444 ~ 21.62%
G 157 of 444 ~ 35.36%
B 191 of 444 ~ 43.02'%

%21.62
%35.36
%43.02

CMYK color model

#609DBF color CMYK value is (50,18,0,25).

  • cyan value is 49.74%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (50,18,0,25)
C50M18Y0K25 (50%, 18%, 0%, 25%)
(0.50 / 0.18 / 0.00 / 0.25)

CMYK percentages

%49.74
%17.8
%0
%25.1

Codes

Color #609DBF in popluar color models

60 9D BF
RGB 96 157 191
HSL 201° 42.60% 56.27%
HSB/HSV 201° 49.74% 74.90%
CMYK 49.74% 17.80% 0.00%
25.10%

Color #609DBF in popluar number systems.

HEX 60 9D BF
Decimal 96 157 191
Binary 1100000 10011101 10111111
Octal 140 235 277

Shades and tints

Shades of #609DBF

#609DBF
(96,157,191)
#588FAE
(88,143,174)
#50819D
(80,129,157)
#48738C
(72,115,140)
#40657B
(64,101,123)
#38576A
(56,87,106)
#304959
(48,73,89)
#283B48
(40,59,72)
#202D37
(32,45,55)
#181F26
(24,31,38)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #609DBF

#609DBF
(96,157,191)
#6EA5C4
(110,165,196)
#7CADC9
(124,173,201)
#8AB5CE
(138,181,206)
#98BDD3
(152,189,211)
#A6C5D8
(166,197,216)
#B4CDDD
(180,205,221)
#C2D5E2
(194,213,226)
#D0DDE7
(208,221,231)
#DEE5EC
(222,229,236)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609DBF color. Also use rgb(96,157,191) instead hex code.

Text Font Color

.myTextColor { color: #609DBF; }

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

This text font color is #609DBF.

Background Color

.myBgColor { background-color: #609DBF; }

<div style="background-color:#609DBF">Inner text</div>

This div background color is #609DBF.

Border color

.myBorderColor { border: 1px solid #609DBF; }

<div style="border:3px solid #609DBF">Div</div>

This div border color is #609DBF.

Opacity

.myOpacity80 { color: #609DBF; opacity: 0.8; }

<p style="color:#609DBF;opacity:0.8;">80%</p>

Text with #609DBF 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 #609DBF;}

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

This text has shadow with #609DBF color.


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

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

This text has shadow with #609DBF primary color and red secondary color.


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

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

This text has shadow with #609DBF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #609DBF.

Preview

Color preview on black background

This text has color #609DBF on black background.


Color preview on white background

This text has color #609DBF on white background.


Black color preview on #609DBF background

This text has black color on #609DBF background.


White color preview on #609DBF background

This text has white color on #609DBF background.


Related colors

Complementary color

Complementary color for #hex is #9F6240.


I love getcolorcode.com

Triadic colors

1 #BF609D and #9DBF60 with #609DBF are triadic colors.

2 #BF9D60 and #9D60BF with #609DBF are triadic colors.