COLOR #64A8B6

HEX: #64A8B6
RGB: (100,168,182)

Color info

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

RGB color model

#64A8B6 color RGB value is (100,168,182).

  • red value is 100;
  • green value is 168;
  • blue value is 182.
RGB:
(100,168,182)
(39%,66%,71%)

RGB channels and saturation

R 100 of 255 = 39%
G 168 of 255 = 66%
B 182 of 255 = 71%

100
168
182

R + G + B ~ 59%. #64A8B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 168 + 182 = 450 (100%)
R 100 of 450 ~ 22.22%
G 168 of 450 ~ 37.33%
B 182 of 450 ~ 40.44%

%22.22
%37.33
%40.44

CMYK color model

#64A8B6 color CMYK value is (45,8,0,29).

  • cyan value is 45.05%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(45,8,0,29)
C45M8Y0K29 
(45%,8%,0%,29%)
(0.45/0.08/0.00/0.29)	

CMYK percentages

%45.05
%7.69
%0
%28.63

Codes

Color #64A8B6 in popluar color models

64A8B6
RGB100168182
HSL190°35.96%55.29%
HSB/HSV190°45.05%71.37%
CMYK45.05%7.69%0.00%
28.63%

Color #64A8B6 in popluar number systems.

HEX64A8B6
Decimal100168182
Binary11001001010100010110110
Octal144250266

Shades and tints

Shades of #64A8B6

#64A8B6
(100,168,182)
#5B99A6
(91,153,166)
#528A96
(82,138,150)
#497B86
(73,123,134)
#406C76
(64,108,118)
#375D66
(55,93,102)
#2E4E56
(46,78,86)
#253F46
(37,63,70)
#1C3036
(28,48,54)
#132126
(19,33,38)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #64A8B6

#64A8B6
(100,168,182)
#72AFBC
(114,175,188)
#80B6C2
(128,182,194)
#8EBDC8
(142,189,200)
#9CC4CE
(156,196,206)
#AACBD4
(170,203,212)
#B8D2DA
(184,210,218)
#C6D9E0
(198,217,224)
#D4E0E6
(212,224,230)
#E2E7EC
(226,231,236)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A8B6 color. Also use rgb(100,168,182) instead hex code.

Text Font Color

.myTextColor { color: #64A8B6; }

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

This text font color is #64A8B6.


Background Color

.myBgColor { background-color: #64A8B6; }

<div style="background-color:#64A8B6">Inner text</div>

This div background color is #64A8B6.


Border color

.myBorderColor { border: 1px solid #64A8B6; }

<div style="border:3px solid #64A8B6">Div</div>

This div border color is #64A8B6.


Opacity

.myOpacity80 { color: #64A8B6; opacity: 0.8; }

<p style="color:#64A8B6;opacity:0.8;">80%</p>

Text with #64A8B6 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 #64A8B6;}

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

This text has shadow with #64A8B6 color.

.textShadow {text-shadow: 3px 3px 1px #64A8B6, 3px 3px 1px red;}

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

This text has shadow with #64A8B6 primary color and red secondary color.


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

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

This text has shadow with #64A8B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A8B6 on black background.


Color preview on white background

This text has color #64A8B6 on white background.



Black color preview on #64A8B6 background

This text has black color on #64A8B6 background.


White color preview on #64A8B6 background

This text has white color on #64A8B6 background.