COLOR #6599A7

HEX: #6599A7 RGB: (101,153,167)

Color info

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

RGB color model

#6599A7 color RGB value is (101,153,167).

RGB: (101,153,167) (40%, 60%, 65%)

RGB channels and saturation

R 101 of 255 = 40%
G 153 of 255 = 60%
B 167 of 255 = 65%

101
153
167

R + G + B ~ 55%. #6599A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 153 + 167 = 421 (100%)
R 101 of 421 ~ 23.99%
G 153 of 421 ~ 36.34%
B 167 of 421 ~ 39.67'%

%23.99
%36.34
%39.67

CMYK color model

#6599A7 color CMYK value is (40,8,0,35).

  • cyan value is 39.52%
  • magenta value is 8.38%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (40,8,0,35)
C40M8Y0K35 (40%, 8%, 0%, 35%)
(0.40 / 0.08 / 0.00 / 0.35)

CMYK percentages

%39.52
%8.38
%0
%34.51

Codes

Color #6599A7 in popluar color models

65 99 A7
RGB 101 153 167
HSL 193° 27.27% 52.55%
HSB/HSV 193° 39.52% 65.49%
CMYK 39.52% 8.38% 0.00%
34.51%

Color #6599A7 in popluar number systems.

HEX 65 99 A7
Decimal 101 153 167
Binary 1100101 10011001 10100111
Octal 145 231 247

Shades and tints

Shades of #6599A7

#6599A7
(101,153,167)
#5C8C98
(92,140,152)
#537F89
(83,127,137)
#4A727A
(74,114,122)
#41656B
(65,101,107)
#38585C
(56,88,92)
#2F4B4D
(47,75,77)
#263E3E
(38,62,62)
#1D312F
(29,49,47)
#142420
(20,36,32)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #6599A7

#6599A7
(101,153,167)
#73A2AF
(115,162,175)
#81ABB7
(129,171,183)
#8FB4BF
(143,180,191)
#9DBDC7
(157,189,199)
#ABC6CF
(171,198,207)
#B9CFD7
(185,207,215)
#C7D8DF
(199,216,223)
#D5E1E7
(213,225,231)
#E3EAEF
(227,234,239)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6599A7 color. Also use rgb(101,153,167) instead hex code.

Text Font Color

.myTextColor { color: #6599A7; }

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

This text font color is #6599A7.

Background Color

.myBgColor { background-color: #6599A7; }

<div style="background-color:#6599A7">Inner text</div>

This div background color is #6599A7.

Border color

.myBorderColor { border: 1px solid #6599A7; }

<div style="border:3px solid #6599A7">Div</div>

This div border color is #6599A7.

Opacity

.myOpacity80 { color: #6599A7; opacity: 0.8; }

<p style="color:#6599A7;opacity:0.8;">80%</p>

Text with #6599A7 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 #6599A7;}

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

This text has shadow with #6599A7 color.


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

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

This text has shadow with #6599A7 primary color and red secondary color.


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

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

This text has shadow with #6599A7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6599A7.

Preview

Color preview on black background

This text has color #6599A7 on black background.


Color preview on white background

This text has color #6599A7 on white background.


Black color preview on #6599A7 background

This text has black color on #6599A7 background.


White color preview on #6599A7 background

This text has white color on #6599A7 background.


Related colors

Complementary color

Complementary color for #hex is #9A6658.


I love getcolorcode.com

Triadic colors

1 #A76599 and #99A765 with #6599A7 are triadic colors.

2 #A79965 and #9965A7 with #6599A7 are triadic colors.