COLOR #6332C0

HEX: #6332C0 RGB: (99,50,192)

Color info

#6332C0 contains mainly blue color. Web safe color of #6332C0 is #6633CC (or #63C).

RGB color model

#6332C0 color RGB value is (99,50,192).

RGB: (99,50,192) (39%, 20%, 75%)

RGB channels and saturation

R 99 of 255 = 39%
G 50 of 255 = 20%
B 192 of 255 = 75%

99
50
192

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

Portions of RGB colors in percentages

R + G + B = 99 + 50 + 192 = 341 (100%)
R 99 of 341 ~ 29.03%
G 50 of 341 ~ 14.66%
B 192 of 341 ~ 56.3'%

%29.03
%14.66
%56.3

CMYK color model

#6332C0 color CMYK value is (48,74,0,25).

  • cyan value is 48.44%
  • magenta value is 73.96%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (48,74,0,25)
C48M74Y0K25 (48%, 74%, 0%, 25%)
(0.48 / 0.74 / 0.00 / 0.25)

CMYK percentages

%48.44
%73.96
%0
%24.71

Codes

Color #6332C0 in popluar color models

63 32 C0
RGB 99 50 192
HSL 261° 58.68% 47.45%
HSB/HSV 261° 73.96% 75.29%
CMYK 48.44% 73.96% 0.00%
24.71%

Color #6332C0 in popluar number systems.

HEX 63 32 C0
Decimal 99 50 192
Binary 1100011 110010 11000000
Octal 143 62 300

Shades and tints

Shades of #6332C0

#6332C0
(99,50,192)
#5A2EAF
(90,46,175)
#512A9E
(81,42,158)
#48268D
(72,38,141)
#3F227C
(63,34,124)
#361E6B
(54,30,107)
#2D1A5A
(45,26,90)
#241649
(36,22,73)
#1B1238
(27,18,56)
#120E27
(18,14,39)
#090A16
(9,10,22)
#000000
(0,0,0)

Tints of #6332C0

#6332C0
(99,50,192)
#7144C5
(113,68,197)
#7F56CA
(127,86,202)
#8D68CF
(141,104,207)
#9B7AD4
(155,122,212)
#A98CD9
(169,140,217)
#B79EDE
(183,158,222)
#C5B0E3
(197,176,227)
#D3C2E8
(211,194,232)
#E1D4ED
(225,212,237)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6332C0 color. Also use rgb(99,50,192) instead hex code.

Text Font Color

.myTextColor { color: #6332C0; }

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

This text font color is #6332C0.

Background Color

.myBgColor { background-color: #6332C0; }

<div style="background-color:#6332C0">Inner text</div>

This div background color is #6332C0.

Border color

.myBorderColor { border: 1px solid #6332C0; }

<div style="border:3px solid #6332C0">Div</div>

This div border color is #6332C0.

Opacity

.myOpacity80 { color: #6332C0; opacity: 0.8; }

<p style="color:#6332C0;opacity:0.8;">80%</p>

Text with #6332C0 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 #6332C0;}

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

This text has shadow with #6332C0 color.


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

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

This text has shadow with #6332C0 primary color and red secondary color.


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

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

This text has shadow with #6332C0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6332C0.

Preview

Color preview on black background

This text has color #6332C0 on black background.


Color preview on white background

This text has color #6332C0 on white background.


Black color preview on #6332C0 background

This text has black color on #6332C0 background.


White color preview on #6332C0 background

This text has white color on #6332C0 background.


Related colors

Complementary color

Complementary color for #hex is #9CCD3F.


I love getcolorcode.com

Triadic colors

1 #C06332 and #32C063 with #6332C0 are triadic colors.

2 #C03263 and #3263C0 with #6332C0 are triadic colors.