COLOR #6033C7

HEX: #6033C7
RGB: (96,51,199)

Color info

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

RGB color model

#6033C7 color RGB value is (96,51,199).

  • red value is 96;
  • green value is 51;
  • blue value is 199.
RGB:
(96,51,199)
(38%,20%,78%)

RGB channels and saturation

R 96 of 255 = 38%
G 51 of 255 = 20%
B 199 of 255 = 78%

96
51
199

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

Portions of RGB colors in percentages

R + G + B =
96 + 51 + 199 = 346 (100%)
R 96 of 346 ~ 27.75%
G 51 of 346 ~ 14.74%
B 199 of 346 ~ 57.51%

%27.75
%14.74
%57.51

CMYK color model

#6033C7 color CMYK value is (52,74,0,22).

  • cyan value is 51.76%
  • magenta value is 74.37%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(52,74,0,22)
C52M74Y0K22 
(52%,74%,0%,22%)
(0.52/0.74/0.00/0.22)	

CMYK percentages

%51.76
%74.37
%0
%21.96

Codes

Color #6033C7 in popluar color models

6033C7
RGB9651199
HSL258°59.20%49.02%
HSB/HSV258°74.37%78.04%
CMYK51.76%74.37%0.00%
21.96%

Color #6033C7 in popluar number systems.

HEX6033C7
Decimal9651199
Binary110000011001111000111
Octal14063307

Shades and tints

Shades of #6033C7

#6033C7
(96,51,199)
#582FB5
(88,47,181)
#502BA3
(80,43,163)
#482791
(72,39,145)
#40237F
(64,35,127)
#381F6D
(56,31,109)
#301B5B
(48,27,91)
#281749
(40,23,73)
#201337
(32,19,55)
#180F25
(24,15,37)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #6033C7

#6033C7
(96,51,199)
#6E45CC
(110,69,204)
#7C57D1
(124,87,209)
#8A69D6
(138,105,214)
#987BDB
(152,123,219)
#A68DE0
(166,141,224)
#B49FE5
(180,159,229)
#C2B1EA
(194,177,234)
#D0C3EF
(208,195,239)
#DED5F4
(222,213,244)
#ECE7F9
(236,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6033C7 color. Also use rgb(96,51,199) instead hex code.

Text Font Color

.myTextColor { color: #6033C7; }

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

This text font color is #6033C7.


Background Color

.myBgColor { background-color: #6033C7; }

<div style="background-color:#6033C7">Inner text</div>

This div background color is #6033C7.


Border color

.myBorderColor { border: 1px solid #6033C7; }

<div style="border:3px solid #6033C7">Div</div>

This div border color is #6033C7.


Opacity

.myOpacity80 { color: #6033C7; opacity: 0.8; }

<p style="color:#6033C7;opacity:0.8;">80%</p>

Text with #6033C7 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 #6033C7;}

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

This text has shadow with #6033C7 color.

.textShadow {text-shadow: 3px 3px 1px #6033C7, 3px 3px 1px red;}

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

This text has shadow with #6033C7 primary color and red secondary color.


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

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

This text has shadow with #6033C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6033C7 on black background.


Color preview on white background

This text has color #6033C7 on white background.



Black color preview on #6033C7 background

This text has black color on #6033C7 background.


White color preview on #6033C7 background

This text has white color on #6033C7 background.