COLOR #6445AF

HEX: #6445AF
RGB: (100,69,175)

Color info

#6445AF contains mainly blue color. Web safe color of #6445AF is #663399 (or #639).

RGB color model

#6445AF color RGB value is (100,69,175).

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

RGB channels and saturation

R 100 of 255 = 39%
G 69 of 255 = 27%
B 175 of 255 = 69%

100
69
175

R + G + B ~ 45%. #6445AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 69 + 175 = 344 (100%)
R 100 of 344 ~ 29.07%
G 69 of 344 ~ 20.06%
B 175 of 344 ~ 50.87%

%29.07
%20.06
%50.87

CMYK color model

#6445AF color CMYK value is (43,61,0,31).

  • cyan value is 42.86%
  • magenta value is 60.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(43,61,0,31)
C43M61Y0K31 
(43%,61%,0%,31%)
(0.43/0.61/0.00/0.31)	

CMYK percentages

%42.86
%60.57
%0
%31.37

Codes

Color #6445AF in popluar color models

6445AF
RGB10069175
HSL258°43.44%47.84%
HSB/HSV258°60.57%68.63%
CMYK42.86%60.57%0.00%
31.37%

Color #6445AF in popluar number systems.

HEX6445AF
Decimal10069175
Binary1100100100010110101111
Octal144105257

Shades and tints

Shades of #6445AF

#6445AF
(100,69,175)
#5B3FA0
(91,63,160)
#523991
(82,57,145)
#493382
(73,51,130)
#402D73
(64,45,115)
#372764
(55,39,100)
#2E2155
(46,33,85)
#251B46
(37,27,70)
#1C1537
(28,21,55)
#130F28
(19,15,40)
#0A0919
(10,9,25)
#000000
(0,0,0)

Tints of #6445AF

#6445AF
(100,69,175)
#7255B6
(114,85,182)
#8065BD
(128,101,189)
#8E75C4
(142,117,196)
#9C85CB
(156,133,203)
#AA95D2
(170,149,210)
#B8A5D9
(184,165,217)
#C6B5E0
(198,181,224)
#D4C5E7
(212,197,231)
#E2D5EE
(226,213,238)
#F0E5F5
(240,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6445AF color. Also use rgb(100,69,175) instead hex code.

Text Font Color

.myTextColor { color: #6445AF; }

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

This text font color is #6445AF.


Background Color

.myBgColor { background-color: #6445AF; }

<div style="background-color:#6445AF">Inner text</div>

This div background color is #6445AF.


Border color

.myBorderColor { border: 1px solid #6445AF; }

<div style="border:3px solid #6445AF">Div</div>

This div border color is #6445AF.


Opacity

.myOpacity80 { color: #6445AF; opacity: 0.8; }

<p style="color:#6445AF;opacity:0.8;">80%</p>

Text with #6445AF 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 #6445AF;}

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

This text has shadow with #6445AF color.

.textShadow {text-shadow: 3px 3px 1px #6445AF, 3px 3px 1px red;}

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

This text has shadow with #6445AF primary color and red secondary color.


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

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

This text has shadow with #6445AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6445AF on black background.


Color preview on white background

This text has color #6445AF on white background.



Black color preview on #6445AF background

This text has black color on #6445AF background.


White color preview on #6445AF background

This text has white color on #6445AF background.