COLOR #6436B2

HEX: #6436B2 RGB: (100,54,178)

Color info

#6436B2 contains mainly blue color. Web safe color of #6436B2 is #663399 (or #639).

RGB color model

#6436B2 color RGB value is (100,54,178).

RGB: (100,54,178) (39%, 21%, 70%)

RGB channels and saturation

R 100 of 255 = 39%
G 54 of 255 = 21%
B 178 of 255 = 70%

100
54
178

R + G + B ~ 43%. #6436B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 54 + 178 = 332 (100%)
R 100 of 332 ~ 30.12%
G 54 of 332 ~ 16.27%
B 178 of 332 ~ 53.61'%

%30.12
%16.27
%53.61

CMYK color model

#6436B2 color CMYK value is (44,70,0,30).

  • cyan value is 43.82%
  • magenta value is 69.66%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (44,70,0,30)
C44M70Y0K30 (44%, 70%, 0%, 30%)
(0.44 / 0.70 / 0.00 / 0.30)

CMYK percentages

%43.82
%69.66
%0
%30.2

Codes

Color #6436B2 in popluar color models

64 36 B2
RGB 100 54 178
HSL 262° 53.45% 45.49%
HSB/HSV 262° 69.66% 69.80%
CMYK 43.82% 69.66% 0.00%
30.20%

Color #6436B2 in popluar number systems.

HEX 64 36 B2
Decimal 100 54 178
Binary 1100100 110110 10110010
Octal 144 66 262

Shades and tints

Shades of #6436B2

#6436B2
(100,54,178)
#5B32A2
(91,50,162)
#522E92
(82,46,146)
#492A82
(73,42,130)
#402672
(64,38,114)
#372262
(55,34,98)
#2E1E52
(46,30,82)
#251A42
(37,26,66)
#1C1632
(28,22,50)
#131222
(19,18,34)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #6436B2

#6436B2
(100,54,178)
#7248B9
(114,72,185)
#805AC0
(128,90,192)
#8E6CC7
(142,108,199)
#9C7ECE
(156,126,206)
#AA90D5
(170,144,213)
#B8A2DC
(184,162,220)
#C6B4E3
(198,180,227)
#D4C6EA
(212,198,234)
#E2D8F1
(226,216,241)
#F0EAF8
(240,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6436B2 color. Also use rgb(100,54,178) instead hex code.

Text Font Color

.myTextColor { color: #6436B2; }

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

This text font color is #6436B2.

Background Color

.myBgColor { background-color: #6436B2; }

<div style="background-color:#6436B2">Inner text</div>

This div background color is #6436B2.

Border color

.myBorderColor { border: 1px solid #6436B2; }

<div style="border:3px solid #6436B2">Div</div>

This div border color is #6436B2.

Opacity

.myOpacity80 { color: #6436B2; opacity: 0.8; }

<p style="color:#6436B2;opacity:0.8;">80%</p>

Text with #6436B2 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 #6436B2;}

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

This text has shadow with #6436B2 color.


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

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

This text has shadow with #6436B2 primary color and red secondary color.


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

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

This text has shadow with #6436B2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6436B2.

Preview

Color preview on black background

This text has color #6436B2 on black background.


Color preview on white background

This text has color #6436B2 on white background.


Black color preview on #6436B2 background

This text has black color on #6436B2 background.


White color preview on #6436B2 background

This text has white color on #6436B2 background.


Related colors

Complementary color

Complementary color for #hex is #9BC94D.


I love getcolorcode.com

Triadic colors

1 #B26436 and #36B264 with #6436B2 are triadic colors.

2 #B23664 and #3664B2 with #6436B2 are triadic colors.