COLOR #6448B0

HEX: #6448B0
RGB: (100,72,176)

Color info

#6448B0 contains mainly blue color. Web safe color of #6448B0 is #663399 (or #639).

RGB color model

#6448B0 color RGB value is (100,72,176).

  • red value is 100;
  • green value is 72;
  • blue value is 176.
RGB:
(100,72,176)
(39%,28%,69%)

RGB channels and saturation

R 100 of 255 = 39%
G 72 of 255 = 28%
B 176 of 255 = 69%

100
72
176

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

Portions of RGB colors in percentages

R + G + B =
100 + 72 + 176 = 348 (100%)
R 100 of 348 ~ 28.74%
G 72 of 348 ~ 20.69%
B 176 of 348 ~ 50.57%

%28.74
%20.69
%50.57

CMYK color model

#6448B0 color CMYK value is (43,59,0,31).

  • cyan value is 43.18%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(43,59,0,31)
C43M59Y0K31 
(43%,59%,0%,31%)
(0.43/0.59/0.00/0.31)	

CMYK percentages

%43.18
%59.09
%0
%30.98

Codes

Color #6448B0 in popluar color models

6448B0
RGB10072176
HSL256°41.94%48.63%
HSB/HSV256°59.09%69.02%
CMYK43.18%59.09%0.00%
30.98%

Color #6448B0 in popluar number systems.

HEX6448B0
Decimal10072176
Binary1100100100100010110000
Octal144110260

Shades and tints

Shades of #6448B0

#6448B0
(100,72,176)
#5B42A0
(91,66,160)
#523C90
(82,60,144)
#493680
(73,54,128)
#403070
(64,48,112)
#372A60
(55,42,96)
#2E2450
(46,36,80)
#251E40
(37,30,64)
#1C1830
(28,24,48)
#131220
(19,18,32)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #6448B0

#6448B0
(100,72,176)
#7258B7
(114,88,183)
#8068BE
(128,104,190)
#8E78C5
(142,120,197)
#9C88CC
(156,136,204)
#AA98D3
(170,152,211)
#B8A8DA
(184,168,218)
#C6B8E1
(198,184,225)
#D4C8E8
(212,200,232)
#E2D8EF
(226,216,239)
#F0E8F6
(240,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6448B0 color. Also use rgb(100,72,176) instead hex code.

Text Font Color

.myTextColor { color: #6448B0; }

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

This text font color is #6448B0.


Background Color

.myBgColor { background-color: #6448B0; }

<div style="background-color:#6448B0">Inner text</div>

This div background color is #6448B0.


Border color

.myBorderColor { border: 1px solid #6448B0; }

<div style="border:3px solid #6448B0">Div</div>

This div border color is #6448B0.


Opacity

.myOpacity80 { color: #6448B0; opacity: 0.8; }

<p style="color:#6448B0;opacity:0.8;">80%</p>

Text with #6448B0 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 #6448B0;}

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

This text has shadow with #6448B0 color.

.textShadow {text-shadow: 3px 3px 1px #6448B0, 3px 3px 1px red;}

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

This text has shadow with #6448B0 primary color and red secondary color.


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

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

This text has shadow with #6448B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6448B0 on black background.


Color preview on white background

This text has color #6448B0 on white background.



Black color preview on #6448B0 background

This text has black color on #6448B0 background.


White color preview on #6448B0 background

This text has white color on #6448B0 background.