COLOR #676AFF

HEX: #676AFF
RGB: (103,106,255)

Color info

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

RGB color model

#676AFF color RGB value is (103,106,255).

  • red value is 103;
  • green value is 106;
  • blue value is 255.
RGB:
(103,106,255)
(40%,42%,100%)

RGB channels and saturation

R 103 of 255 = 40%
G 106 of 255 = 42%
B 255 of 255 = 100%

103
106
255

R + G + B ~ 61%. #676AFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 255 = 464 (100%)
R 103 of 464 ~ 22.2%
G 106 of 464 ~ 22.84%
B 255 of 464 ~ 54.96%

%22.2
%22.84
%54.96

CMYK color model

#676AFF color CMYK value is (60,58,0,0).

  • cyan value is 59.61%
  • magenta value is 58.43%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(60,58,0,0)
C60M58Y0K0 
(60%,58%,0%,0%)
(0.60/0.58/0.00/0.00)	

CMYK percentages

%59.61
%58.43
%0
%0

Codes

Color #676AFF in popluar color models

676AFF
RGB103106255
HSL239°100.00%70.20%
HSB/HSV239°59.61%100.00%
CMYK59.61%58.43%0.00%
0.00%

Color #676AFF in popluar number systems.

HEX676AFF
Decimal103106255
Binary1100111110101011111111
Octal147152377

Shades and tints

Shades of #676AFF

#676AFF
(103,106,255)
#5E61E8
(94,97,232)
#5558D1
(85,88,209)
#4C4FBA
(76,79,186)
#4346A3
(67,70,163)
#3A3D8C
(58,61,140)
#313475
(49,52,117)
#282B5E
(40,43,94)
#1F2247
(31,34,71)
#161930
(22,25,48)
#0D1019
(13,16,25)
#000000
(0,0,0)

Tints of #676AFF

#676AFF
(103,106,255)
#7477FF
(116,119,255)
#8184FF
(129,132,255)
#8E91FF
(142,145,255)
#9B9EFF
(155,158,255)
#A8ABFF
(168,171,255)
#B5B8FF
(181,184,255)
#C2C5FF
(194,197,255)
#CFD2FF
(207,210,255)
#DCDFFF
(220,223,255)
#E9ECFF
(233,236,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676AFF color. Also use rgb(103,106,255) instead hex code.

Text Font Color

.myTextColor { color: #676AFF; }

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

This text font color is #676AFF.


Background Color

.myBgColor { background-color: #676AFF; }

<div style="background-color:#676AFF">Inner text</div>

This div background color is #676AFF.


Border color

.myBorderColor { border: 1px solid #676AFF; }

<div style="border:3px solid #676AFF">Div</div>

This div border color is #676AFF.


Opacity

.myOpacity80 { color: #676AFF; opacity: 0.8; }

<p style="color:#676AFF;opacity:0.8;">80%</p>

Text with #676AFF 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 #676AFF;}

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

This text has shadow with #676AFF color.

.textShadow {text-shadow: 3px 3px 1px #676AFF, 3px 3px 1px red;}

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

This text has shadow with #676AFF primary color and red secondary color.


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

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

This text has shadow with #676AFF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676AFF on black background.


Color preview on white background

This text has color #676AFF on white background.



Black color preview on #676AFF background

This text has black color on #676AFF background.


White color preview on #676AFF background

This text has white color on #676AFF background.