COLOR #6334FA

HEX: #6334FA RGB: (99,52,250)

Color info

#6334FA contains mainly blue color. Web safe color of #6334FA is #6633FF (or #63F).

RGB color model

#6334FA color RGB value is (99,52,250).

RGB: (99,52,250) (39%, 20%, 98%)

RGB channels and saturation

R 99 of 255 = 39%
G 52 of 255 = 20%
B 250 of 255 = 98%

99
52
250

R + G + B ~ 52%. #6334FA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 52 + 250 = 401 (100%)
R 99 of 401 ~ 24.69%
G 52 of 401 ~ 12.97%
B 250 of 401 ~ 62.34'%

%24.69
%12.97
%62.34

CMYK color model

#6334FA color CMYK value is (60,79,0,2).

  • cyan value is 60.40%
  • magenta value is 79.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (60,79,0,2)
C60M79Y0K2 (60%, 79%, 0%, 2%)
(0.60 / 0.79 / 0.00 / 0.02)

CMYK percentages

%60.4
%79.2
%0
%1.96

Codes

Color #6334FA in popluar color models

63 34 FA
RGB 99 52 250
HSL 254° 95.19% 59.22%
HSB/HSV 254° 79.20% 98.04%
CMYK 60.40% 79.20% 0.00%
1.96%

Color #6334FA in popluar number systems.

HEX 63 34 FA
Decimal 99 52 250
Binary 1100011 110100 11111010
Octal 143 64 372

Shades and tints

Shades of #6334FA

#6334FA
(99,52,250)
#5A30E4
(90,48,228)
#512CCE
(81,44,206)
#4828B8
(72,40,184)
#3F24A2
(63,36,162)
#36208C
(54,32,140)
#2D1C76
(45,28,118)
#241860
(36,24,96)
#1B144A
(27,20,74)
#121034
(18,16,52)
#090C1E
(9,12,30)
#000000
(0,0,0)

Tints of #6334FA

#6334FA
(99,52,250)
#7146FA
(113,70,250)
#7F58FA
(127,88,250)
#8D6AFA
(141,106,250)
#9B7CFA
(155,124,250)
#A98EFA
(169,142,250)
#B7A0FA
(183,160,250)
#C5B2FA
(197,178,250)
#D3C4FA
(211,196,250)
#E1D6FA
(225,214,250)
#EFE8FA
(239,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6334FA color. Also use rgb(99,52,250) instead hex code.

Text Font Color

.myTextColor { color: #6334FA; }

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

This text font color is #6334FA.

Background Color

.myBgColor { background-color: #6334FA; }

<div style="background-color:#6334FA">Inner text</div>

This div background color is #6334FA.

Border color

.myBorderColor { border: 1px solid #6334FA; }

<div style="border:3px solid #6334FA">Div</div>

This div border color is #6334FA.

Opacity

.myOpacity80 { color: #6334FA; opacity: 0.8; }

<p style="color:#6334FA;opacity:0.8;">80%</p>

Text with #6334FA 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 #6334FA;}

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

This text has shadow with #6334FA color.


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

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

This text has shadow with #6334FA primary color and red secondary color.


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

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

This text has shadow with #6334FA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6334FA.

Preview

Color preview on black background

This text has color #6334FA on black background.


Color preview on white background

This text has color #6334FA on white background.


Black color preview on #6334FA background

This text has black color on #6334FA background.


White color preview on #6334FA background

This text has white color on #6334FA background.


Related colors

Complementary color

Complementary color for #hex is #9CCB05.


I love getcolorcode.com

Triadic colors

1 #FA6334 and #34FA63 with #6334FA are triadic colors.

2 #FA3463 and #3463FA with #6334FA are triadic colors.