COLOR #6393AC

HEX: #6393AC RGB: (99,147,172)

Color info

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

RGB color model

#6393AC color RGB value is (99,147,172).

RGB: (99,147,172) (39%, 58%, 67%)

RGB channels and saturation

R 99 of 255 = 39%
G 147 of 255 = 58%
B 172 of 255 = 67%

99
147
172

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

Portions of RGB colors in percentages

R + G + B = 99 + 147 + 172 = 418 (100%)
R 99 of 418 ~ 23.68%
G 147 of 418 ~ 35.17%
B 172 of 418 ~ 41.15'%

%23.68
%35.17
%41.15

CMYK color model

#6393AC color CMYK value is (42,15,0,33).

  • cyan value is 42.44%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (42,15,0,33)
C42M15Y0K33 (42%, 15%, 0%, 33%)
(0.42 / 0.15 / 0.00 / 0.33)

CMYK percentages

%42.44
%14.53
%0
%32.55

Codes

Color #6393AC in popluar color models

63 93 AC
RGB 99 147 172
HSL 201° 30.54% 53.14%
HSB/HSV 201° 42.44% 67.45%
CMYK 42.44% 14.53% 0.00%
32.55%

Color #6393AC in popluar number systems.

HEX 63 93 AC
Decimal 99 147 172
Binary 1100011 10010011 10101100
Octal 143 223 254

Shades and tints

Shades of #6393AC

#6393AC
(99,147,172)
#5A869D
(90,134,157)
#51798E
(81,121,142)
#486C7F
(72,108,127)
#3F5F70
(63,95,112)
#365261
(54,82,97)
#2D4552
(45,69,82)
#243843
(36,56,67)
#1B2B34
(27,43,52)
#121E25
(18,30,37)
#091116
(9,17,22)
#000000
(0,0,0)

Tints of #6393AC

#6393AC
(99,147,172)
#719CB3
(113,156,179)
#7FA5BA
(127,165,186)
#8DAEC1
(141,174,193)
#9BB7C8
(155,183,200)
#A9C0CF
(169,192,207)
#B7C9D6
(183,201,214)
#C5D2DD
(197,210,221)
#D3DBE4
(211,219,228)
#E1E4EB
(225,228,235)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6393AC color. Also use rgb(99,147,172) instead hex code.

Text Font Color

.myTextColor { color: #6393AC; }

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

This text font color is #6393AC.

Background Color

.myBgColor { background-color: #6393AC; }

<div style="background-color:#6393AC">Inner text</div>

This div background color is #6393AC.

Border color

.myBorderColor { border: 1px solid #6393AC; }

<div style="border:3px solid #6393AC">Div</div>

This div border color is #6393AC.

Opacity

.myOpacity80 { color: #6393AC; opacity: 0.8; }

<p style="color:#6393AC;opacity:0.8;">80%</p>

Text with #6393AC 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 #6393AC;}

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

This text has shadow with #6393AC color.


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

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

This text has shadow with #6393AC primary color and red secondary color.


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

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

This text has shadow with #6393AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6393AC.

Preview

Color preview on black background

This text has color #6393AC on black background.


Color preview on white background

This text has color #6393AC on white background.


Black color preview on #6393AC background

This text has black color on #6393AC background.


White color preview on #6393AC background

This text has white color on #6393AC background.


Related colors

Complementary color

Complementary color for #hex is #9C6C53.


I love getcolorcode.com

Triadic colors

1 #AC6393 and #93AC63 with #6393AC are triadic colors.

2 #AC9363 and #9363AC with #6393AC are triadic colors.