COLOR #6775F0

HEX: #6775F0
RGB: (103,117,240)

Color info

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

RGB color model

#6775F0 color RGB value is (103,117,240).

  • red value is 103;
  • green value is 117;
  • blue value is 240.
RGB:
(103,117,240)
(40%,46%,94%)

RGB channels and saturation

R 103 of 255 = 40%
G 117 of 255 = 46%
B 240 of 255 = 94%

103
117
240

R + G + B ~ 60%. #6775F0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 117 + 240 = 460 (100%)
R 103 of 460 ~ 22.39%
G 117 of 460 ~ 25.43%
B 240 of 460 ~ 52.17%

%22.39
%25.43
%52.17

CMYK color model

#6775F0 color CMYK value is (57,51,0,6).

  • cyan value is 57.08%
  • magenta value is 51.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(57,51,0,6)
C57M51Y0K6 
(57%,51%,0%,6%)
(0.57/0.51/0.00/0.06)	

CMYK percentages

%57.08
%51.25
%0
%5.88

Codes

Color #6775F0 in popluar color models

6775F0
RGB103117240
HSL234°82.04%67.25%
HSB/HSV234°57.08%94.12%
CMYK57.08%51.25%0.00%
5.88%

Color #6775F0 in popluar number systems.

HEX6775F0
Decimal103117240
Binary1100111111010111110000
Octal147165360

Shades and tints

Shades of #6775F0

#6775F0
(103,117,240)
#5E6BDB
(94,107,219)
#5561C6
(85,97,198)
#4C57B1
(76,87,177)
#434D9C
(67,77,156)
#3A4387
(58,67,135)
#313972
(49,57,114)
#282F5D
(40,47,93)
#1F2548
(31,37,72)
#161B33
(22,27,51)
#0D111E
(13,17,30)
#000000
(0,0,0)

Tints of #6775F0

#6775F0
(103,117,240)
#7481F1
(116,129,241)
#818DF2
(129,141,242)
#8E99F3
(142,153,243)
#9BA5F4
(155,165,244)
#A8B1F5
(168,177,245)
#B5BDF6
(181,189,246)
#C2C9F7
(194,201,247)
#CFD5F8
(207,213,248)
#DCE1F9
(220,225,249)
#E9EDFA
(233,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6775F0 color. Also use rgb(103,117,240) instead hex code.

Text Font Color

.myTextColor { color: #6775F0; }

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

This text font color is #6775F0.


Background Color

.myBgColor { background-color: #6775F0; }

<div style="background-color:#6775F0">Inner text</div>

This div background color is #6775F0.


Border color

.myBorderColor { border: 1px solid #6775F0; }

<div style="border:3px solid #6775F0">Div</div>

This div border color is #6775F0.


Opacity

.myOpacity80 { color: #6775F0; opacity: 0.8; }

<p style="color:#6775F0;opacity:0.8;">80%</p>

Text with #6775F0 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 #6775F0;}

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

This text has shadow with #6775F0 color.

.textShadow {text-shadow: 3px 3px 1px #6775F0, 3px 3px 1px red;}

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

This text has shadow with #6775F0 primary color and red secondary color.


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

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

This text has shadow with #6775F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6775F0 on black background.


Color preview on white background

This text has color #6775F0 on white background.



Black color preview on #6775F0 background

This text has black color on #6775F0 background.


White color preview on #6775F0 background

This text has white color on #6775F0 background.