COLOR #6335AB

HEX: #6335AB
RGB: (99,53,171)

Color info

#6335AB contains mainly blue color. Web safe color of #6335AB is #663399 (or #639).

RGB color model

#6335AB color RGB value is (99,53,171).

  • red value is 99;
  • green value is 53;
  • blue value is 171.
RGB:
(99,53,171)
(39%,21%,67%)

RGB channels and saturation

R 99 of 255 = 39%
G 53 of 255 = 21%
B 171 of 255 = 67%

99
53
171

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

Portions of RGB colors in percentages

R + G + B =
99 + 53 + 171 = 323 (100%)
R 99 of 323 ~ 30.65%
G 53 of 323 ~ 16.41%
B 171 of 323 ~ 52.94%

%30.65
%16.41
%52.94

CMYK color model

#6335AB color CMYK value is (42,69,0,33).

  • cyan value is 42.11%
  • magenta value is 69.01%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(42,69,0,33)
C42M69Y0K33 
(42%,69%,0%,33%)
(0.42/0.69/0.00/0.33)	

CMYK percentages

%42.11
%69.01
%0
%32.94

Codes

Color #6335AB in popluar color models

6335AB
RGB9953171
HSL263°52.68%43.92%
HSB/HSV263°69.01%67.06%
CMYK42.11%69.01%0.00%
32.94%

Color #6335AB in popluar number systems.

HEX6335AB
Decimal9953171
Binary110001111010110101011
Octal14365253

Shades and tints

Shades of #6335AB

#6335AB
(99,53,171)
#5A319C
(90,49,156)
#512D8D
(81,45,141)
#48297E
(72,41,126)
#3F256F
(63,37,111)
#362160
(54,33,96)
#2D1D51
(45,29,81)
#241942
(36,25,66)
#1B1533
(27,21,51)
#121124
(18,17,36)
#090D15
(9,13,21)
#000000
(0,0,0)

Tints of #6335AB

#6335AB
(99,53,171)
#7147B2
(113,71,178)
#7F59B9
(127,89,185)
#8D6BC0
(141,107,192)
#9B7DC7
(155,125,199)
#A98FCE
(169,143,206)
#B7A1D5
(183,161,213)
#C5B3DC
(197,179,220)
#D3C5E3
(211,197,227)
#E1D7EA
(225,215,234)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6335AB color. Also use rgb(99,53,171) instead hex code.

Text Font Color

.myTextColor { color: #6335AB; }

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

This text font color is #6335AB.


Background Color

.myBgColor { background-color: #6335AB; }

<div style="background-color:#6335AB">Inner text</div>

This div background color is #6335AB.


Border color

.myBorderColor { border: 1px solid #6335AB; }

<div style="border:3px solid #6335AB">Div</div>

This div border color is #6335AB.


Opacity

.myOpacity80 { color: #6335AB; opacity: 0.8; }

<p style="color:#6335AB;opacity:0.8;">80%</p>

Text with #6335AB 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 #6335AB;}

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

This text has shadow with #6335AB color.

.textShadow {text-shadow: 3px 3px 1px #6335AB, 3px 3px 1px red;}

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

This text has shadow with #6335AB primary color and red secondary color.


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

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

This text has shadow with #6335AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6335AB on black background.


Color preview on white background

This text has color #6335AB on white background.



Black color preview on #6335AB background

This text has black color on #6335AB background.


White color preview on #6335AB background

This text has white color on #6335AB background.