COLOR #64AFC6

HEX: #64AFC6
RGB: (100,175,198)

Color info

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

RGB color model

#64AFC6 color RGB value is (100,175,198).

  • red value is 100;
  • green value is 175;
  • blue value is 198.
RGB:
(100,175,198)
(39%,69%,78%)

RGB channels and saturation

R 100 of 255 = 39%
G 175 of 255 = 69%
B 198 of 255 = 78%

100
175
198

R + G + B ~ 62%. #64AFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 175 + 198 = 473 (100%)
R 100 of 473 ~ 21.14%
G 175 of 473 ~ 37%
B 198 of 473 ~ 41.86%

%21.14
%37
%41.86

CMYK color model

#64AFC6 color CMYK value is (49,12,0,22).

  • cyan value is 49.49%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(49,12,0,22)
C49M12Y0K22 
(49%,12%,0%,22%)
(0.49/0.12/0.00/0.22)	

CMYK percentages

%49.49
%11.62
%0
%22.35

Codes

Color #64AFC6 in popluar color models

64AFC6
RGB100175198
HSL194°46.23%58.43%
HSB/HSV194°49.49%77.65%
CMYK49.49%11.62%0.00%
22.35%

Color #64AFC6 in popluar number systems.

HEX64AFC6
Decimal100175198
Binary11001001010111111000110
Octal144257306

Shades and tints

Shades of #64AFC6

#64AFC6
(100,175,198)
#5BA0B4
(91,160,180)
#5291A2
(82,145,162)
#498290
(73,130,144)
#40737E
(64,115,126)
#37646C
(55,100,108)
#2E555A
(46,85,90)
#254648
(37,70,72)
#1C3736
(28,55,54)
#132824
(19,40,36)
#0A1912
(10,25,18)
#000000
(0,0,0)

Tints of #64AFC6

#64AFC6
(100,175,198)
#72B6CB
(114,182,203)
#80BDD0
(128,189,208)
#8EC4D5
(142,196,213)
#9CCBDA
(156,203,218)
#AAD2DF
(170,210,223)
#B8D9E4
(184,217,228)
#C6E0E9
(198,224,233)
#D4E7EE
(212,231,238)
#E2EEF3
(226,238,243)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64AFC6 color. Also use rgb(100,175,198) instead hex code.

Text Font Color

.myTextColor { color: #64AFC6; }

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

This text font color is #64AFC6.


Background Color

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

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

This div background color is #64AFC6.


Border color

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

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

This div border color is #64AFC6.


Opacity

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

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

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

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

This text has shadow with #64AFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64AFC6 on black background.


Color preview on white background

This text has color #64AFC6 on white background.



Black color preview on #64AFC6 background

This text has black color on #64AFC6 background.


White color preview on #64AFC6 background

This text has white color on #64AFC6 background.