COLOR #6665EB

HEX: #6665EB
RGB: (102,101,235)

Color info

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

RGB color model

#6665EB color RGB value is (102,101,235).

  • red value is 102;
  • green value is 101;
  • blue value is 235.
RGB:
(102,101,235)
(40%,40%,92%)

RGB channels and saturation

R 102 of 255 = 40%
G 101 of 255 = 40%
B 235 of 255 = 92%

102
101
235

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

Portions of RGB colors in percentages

R + G + B =
102 + 101 + 235 = 438 (100%)
R 102 of 438 ~ 23.29%
G 101 of 438 ~ 23.06%
B 235 of 438 ~ 53.65%

%23.29
%23.06
%53.65

CMYK color model

#6665EB color CMYK value is (57,57,0,8).

  • cyan value is 56.60%
  • magenta value is 57.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(57,57,0,8)
C57M57Y0K8 
(57%,57%,0%,8%)
(0.57/0.57/0.00/0.08)	

CMYK percentages

%56.6
%57.02
%0
%7.84

Codes

Color #6665EB in popluar color models

6665EB
RGB102101235
HSL240°77.01%65.88%
HSB/HSV240°57.02%92.16%
CMYK56.60%57.02%0.00%
7.84%

Color #6665EB in popluar number systems.

HEX6665EB
Decimal102101235
Binary1100110110010111101011
Octal146145353

Shades and tints

Shades of #6665EB

#6665EB
(102,101,235)
#5D5CD6
(93,92,214)
#5453C1
(84,83,193)
#4B4AAC
(75,74,172)
#424197
(66,65,151)
#393882
(57,56,130)
#302F6D
(48,47,109)
#272658
(39,38,88)
#1E1D43
(30,29,67)
#15142E
(21,20,46)
#0C0B19
(12,11,25)
#000000
(0,0,0)

Tints of #6665EB

#6665EB
(102,101,235)
#7373EC
(115,115,236)
#8081ED
(128,129,237)
#8D8FEE
(141,143,238)
#9A9DEF
(154,157,239)
#A7ABF0
(167,171,240)
#B4B9F1
(180,185,241)
#C1C7F2
(193,199,242)
#CED5F3
(206,213,243)
#DBE3F4
(219,227,244)
#E8F1F5
(232,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6665EB color. Also use rgb(102,101,235) instead hex code.

Text Font Color

.myTextColor { color: #6665EB; }

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

This text font color is #6665EB.


Background Color

.myBgColor { background-color: #6665EB; }

<div style="background-color:#6665EB">Inner text</div>

This div background color is #6665EB.


Border color

.myBorderColor { border: 1px solid #6665EB; }

<div style="border:3px solid #6665EB">Div</div>

This div border color is #6665EB.


Opacity

.myOpacity80 { color: #6665EB; opacity: 0.8; }

<p style="color:#6665EB;opacity:0.8;">80%</p>

Text with #6665EB 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 #6665EB;}

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

This text has shadow with #6665EB color.

.textShadow {text-shadow: 3px 3px 1px #6665EB, 3px 3px 1px red;}

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

This text has shadow with #6665EB primary color and red secondary color.


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

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

This text has shadow with #6665EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6665EB on black background.


Color preview on white background

This text has color #6665EB on white background.



Black color preview on #6665EB background

This text has black color on #6665EB background.


White color preview on #6665EB background

This text has white color on #6665EB background.