COLOR #6437A2

HEX: #6437A2 RGB: (100,55,162)

Color info

#6437A2 contains mainly blue color. Web safe color of #6437A2 is #663399 (or #639).

RGB color model

#6437A2 color RGB value is (100,55,162).

RGB: (100,55,162) (39%, 22%, 64%)

RGB channels and saturation

R 100 of 255 = 39%
G 55 of 255 = 22%
B 162 of 255 = 64%

100
55
162

R + G + B ~ 42%. #6437A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 55 + 162 = 317 (100%)
R 100 of 317 ~ 31.55%
G 55 of 317 ~ 17.35%
B 162 of 317 ~ 51.1'%

%31.55
%17.35
%51.1

CMYK color model

#6437A2 color CMYK value is (38,66,0,36).

  • cyan value is 38.27%
  • magenta value is 66.05%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (38,66,0,36)
C38M66Y0K36 (38%, 66%, 0%, 36%)
(0.38 / 0.66 / 0.00 / 0.36)

CMYK percentages

%38.27
%66.05
%0
%36.47

Codes

Color #6437A2 in popluar color models

64 37 A2
RGB 100 55 162
HSL 265° 49.31% 42.55%
HSB/HSV 265° 66.05% 63.53%
CMYK 38.27% 66.05% 0.00%
36.47%

Color #6437A2 in popluar number systems.

HEX 64 37 A2
Decimal 100 55 162
Binary 1100100 110111 10100010
Octal 144 67 242

Shades and tints

Shades of #6437A2

#6437A2
(100,55,162)
#5B3294
(91,50,148)
#522D86
(82,45,134)
#492878
(73,40,120)
#40236A
(64,35,106)
#371E5C
(55,30,92)
#2E194E
(46,25,78)
#251440
(37,20,64)
#1C0F32
(28,15,50)
#130A24
(19,10,36)
#0A0516
(10,5,22)
#000000
(0,0,0)

Tints of #6437A2

#6437A2
(100,55,162)
#7249AA
(114,73,170)
#805BB2
(128,91,178)
#8E6DBA
(142,109,186)
#9C7FC2
(156,127,194)
#AA91CA
(170,145,202)
#B8A3D2
(184,163,210)
#C6B5DA
(198,181,218)
#D4C7E2
(212,199,226)
#E2D9EA
(226,217,234)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6437A2 color. Also use rgb(100,55,162) instead hex code.

Text Font Color

.myTextColor { color: #6437A2; }

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

This text font color is #6437A2.

Background Color

.myBgColor { background-color: #6437A2; }

<div style="background-color:#6437A2">Inner text</div>

This div background color is #6437A2.

Border color

.myBorderColor { border: 1px solid #6437A2; }

<div style="border:3px solid #6437A2">Div</div>

This div border color is #6437A2.

Opacity

.myOpacity80 { color: #6437A2; opacity: 0.8; }

<p style="color:#6437A2;opacity:0.8;">80%</p>

Text with #6437A2 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 #6437A2;}

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

This text has shadow with #6437A2 color.


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

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

This text has shadow with #6437A2 primary color and red secondary color.


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

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

This text has shadow with #6437A2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6437A2.

Preview

Color preview on black background

This text has color #6437A2 on black background.


Color preview on white background

This text has color #6437A2 on white background.


Black color preview on #6437A2 background

This text has black color on #6437A2 background.


White color preview on #6437A2 background

This text has white color on #6437A2 background.


Related colors

Complementary color

Complementary color for #hex is #9BC85D.


I love getcolorcode.com

Triadic colors

1 #A26437 and #37A264 with #6437A2 are triadic colors.

2 #A23764 and #3764A2 with #6437A2 are triadic colors.