COLOR #6438B3

HEX: #6438B3
RGB: (100,56,179)

Color info

#6438B3 contains mainly blue color. Web safe color of #6438B3 is #663399 (or #639).

RGB color model

#6438B3 color RGB value is (100,56,179).

  • red value is 100;
  • green value is 56;
  • blue value is 179.
RGB:
(100,56,179)
(39%,22%,70%)

RGB channels and saturation

R 100 of 255 = 39%
G 56 of 255 = 22%
B 179 of 255 = 70%

100
56
179

R + G + B ~ 44%. #6438B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 56 + 179 = 335 (100%)
R 100 of 335 ~ 29.85%
G 56 of 335 ~ 16.72%
B 179 of 335 ~ 53.43%

%29.85
%16.72
%53.43

CMYK color model

#6438B3 color CMYK value is (44,69,0,30).

  • cyan value is 44.13%
  • magenta value is 68.72%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(44,69,0,30)
C44M69Y0K30 
(44%,69%,0%,30%)
(0.44/0.69/0.00/0.30)	

CMYK percentages

%44.13
%68.72
%0
%29.8

Codes

Color #6438B3 in popluar color models

6438B3
RGB10056179
HSL261°52.34%46.08%
HSB/HSV261°68.72%70.20%
CMYK44.13%68.72%0.00%
29.80%

Color #6438B3 in popluar number systems.

HEX6438B3
Decimal10056179
Binary110010011100010110011
Octal14470263

Shades and tints

Shades of #6438B3

#6438B3
(100,56,179)
#5B33A3
(91,51,163)
#522E93
(82,46,147)
#492983
(73,41,131)
#402473
(64,36,115)
#371F63
(55,31,99)
#2E1A53
(46,26,83)
#251543
(37,21,67)
#1C1033
(28,16,51)
#130B23
(19,11,35)
#0A0613
(10,6,19)
#000000
(0,0,0)

Tints of #6438B3

#6438B3
(100,56,179)
#724AB9
(114,74,185)
#805CBF
(128,92,191)
#8E6EC5
(142,110,197)
#9C80CB
(156,128,203)
#AA92D1
(170,146,209)
#B8A4D7
(184,164,215)
#C6B6DD
(198,182,221)
#D4C8E3
(212,200,227)
#E2DAE9
(226,218,233)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6438B3 color. Also use rgb(100,56,179) instead hex code.

Text Font Color

.myTextColor { color: #6438B3; }

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

This text font color is #6438B3.


Background Color

.myBgColor { background-color: #6438B3; }

<div style="background-color:#6438B3">Inner text</div>

This div background color is #6438B3.


Border color

.myBorderColor { border: 1px solid #6438B3; }

<div style="border:3px solid #6438B3">Div</div>

This div border color is #6438B3.


Opacity

.myOpacity80 { color: #6438B3; opacity: 0.8; }

<p style="color:#6438B3;opacity:0.8;">80%</p>

Text with #6438B3 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 #6438B3;}

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

This text has shadow with #6438B3 color.

.textShadow {text-shadow: 3px 3px 1px #6438B3, 3px 3px 1px red;}

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

This text has shadow with #6438B3 primary color and red secondary color.


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

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

This text has shadow with #6438B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6438B3 on black background.


Color preview on white background

This text has color #6438B3 on white background.



Black color preview on #6438B3 background

This text has black color on #6438B3 background.


White color preview on #6438B3 background

This text has white color on #6438B3 background.