COLOR #6653FB

HEX: #6653FB
RGB: (102,83,251)

Color info

#6653FB contains mainly blue color. Web safe color of #6653FB is #6666FF (or #66F).

RGB color model

#6653FB color RGB value is (102,83,251).

  • red value is 102;
  • green value is 83;
  • blue value is 251.
RGB:
(102,83,251)
(40%,33%,98%)

RGB channels and saturation

R 102 of 255 = 40%
G 83 of 255 = 33%
B 251 of 255 = 98%

102
83
251

R + G + B ~ 57%. #6653FB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 83 + 251 = 436 (100%)
R 102 of 436 ~ 23.39%
G 83 of 436 ~ 19.04%
B 251 of 436 ~ 57.57%

%23.39
%19.04
%57.57

CMYK color model

#6653FB color CMYK value is (59,67,0,2).

  • cyan value is 59.36%
  • magenta value is 66.93%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(59,67,0,2)
C59M67Y0K2 
(59%,67%,0%,2%)
(0.59/0.67/0.00/0.02)	

CMYK percentages

%59.36
%66.93
%0
%1.57

Codes

Color #6653FB in popluar color models

6653FB
RGB10283251
HSL247°95.45%65.49%
HSB/HSV247°66.93%98.43%
CMYK59.36%66.93%0.00%
1.57%

Color #6653FB in popluar number systems.

HEX6653FB
Decimal10283251
Binary1100110101001111111011
Octal146123373

Shades and tints

Shades of #6653FB

#6653FB
(102,83,251)
#5D4CE5
(93,76,229)
#5445CF
(84,69,207)
#4B3EB9
(75,62,185)
#4237A3
(66,55,163)
#39308D
(57,48,141)
#302977
(48,41,119)
#272261
(39,34,97)
#1E1B4B
(30,27,75)
#151435
(21,20,53)
#0C0D1F
(12,13,31)
#000000
(0,0,0)

Tints of #6653FB

#6653FB
(102,83,251)
#7362FB
(115,98,251)
#8071FB
(128,113,251)
#8D80FB
(141,128,251)
#9A8FFB
(154,143,251)
#A79EFB
(167,158,251)
#B4ADFB
(180,173,251)
#C1BCFB
(193,188,251)
#CECBFB
(206,203,251)
#DBDAFB
(219,218,251)
#E8E9FB
(232,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6653FB color. Also use rgb(102,83,251) instead hex code.

Text Font Color

.myTextColor { color: #6653FB; }

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

This text font color is #6653FB.


Background Color

.myBgColor { background-color: #6653FB; }

<div style="background-color:#6653FB">Inner text</div>

This div background color is #6653FB.


Border color

.myBorderColor { border: 1px solid #6653FB; }

<div style="border:3px solid #6653FB">Div</div>

This div border color is #6653FB.


Opacity

.myOpacity80 { color: #6653FB; opacity: 0.8; }

<p style="color:#6653FB;opacity:0.8;">80%</p>

Text with #6653FB 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 #6653FB;}

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

This text has shadow with #6653FB color.

.textShadow {text-shadow: 3px 3px 1px #6653FB, 3px 3px 1px red;}

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

This text has shadow with #6653FB primary color and red secondary color.


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

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

This text has shadow with #6653FB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6653FB on black background.


Color preview on white background

This text has color #6653FB on white background.



Black color preview on #6653FB background

This text has black color on #6653FB background.


White color preview on #6653FB background

This text has white color on #6653FB background.