COLOR #6B74DC

HEX: #6B74DC RGB: (107,116,220)

Color info

#6B74DC contains mainly blue color. Web safe color of #6B74DC is #6666CC (or #66C).

RGB color model

#6B74DC color RGB value is (107,116,220).

RGB: (107,116,220) (42%, 45%, 86%)

RGB channels and saturation

R 107 of 255 = 42%
G 116 of 255 = 45%
B 220 of 255 = 86%

107
116
220

R + G + B ~ 58%. #6B74DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 107 + 116 + 220 = 443 (100%)
R 107 of 443 ~ 24.15%
G 116 of 443 ~ 26.19%
B 220 of 443 ~ 49.66'%

%24.15
%26.19
%49.66

CMYK color model

#6B74DC color CMYK value is (51,47,0,14).

  • cyan value is 51.36%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (51,47,0,14)
C51M47Y0K14 (51%, 47%, 0%, 14%)
(0.51 / 0.47 / 0.00 / 0.14)

CMYK percentages

%51.36
%47.27
%0
%13.73

Codes

Color #6B74DC in popluar color models

6B 74 DC
RGB 107 116 220
HSL 235° 61.75% 64.12%
HSB/HSV 235° 51.36% 86.27%
CMYK 51.36% 47.27% 0.00%
13.73%

Color #6B74DC in popluar number systems.

HEX 6B 74 DC
Decimal 107 116 220
Binary 1101011 1110100 11011100
Octal 153 164 334

Shades and tints

Shades of #6B74DC

#6B74DC
(107,116,220)
#626AC8
(98,106,200)
#5960B4
(89,96,180)
#5056A0
(80,86,160)
#474C8C
(71,76,140)
#3E4278
(62,66,120)
#353864
(53,56,100)
#2C2E50
(44,46,80)
#23243C
(35,36,60)
#1A1A28
(26,26,40)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #6B74DC

#6B74DC
(107,116,220)
#7880DF
(120,128,223)
#858CE2
(133,140,226)
#9298E5
(146,152,229)
#9FA4E8
(159,164,232)
#ACB0EB
(172,176,235)
#B9BCEE
(185,188,238)
#C6C8F1
(198,200,241)
#D3D4F4
(211,212,244)
#E0E0F7
(224,224,247)
#EDECFA
(237,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B74DC color. Also use rgb(107,116,220) instead hex code.

Text Font Color

.myTextColor { color: #6B74DC; }

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

This text font color is #6B74DC.

Background Color

.myBgColor { background-color: #6B74DC; }

<div style="background-color:#6B74DC">Inner text</div>

This div background color is #6B74DC.

Border color

.myBorderColor { border: 1px solid #6B74DC; }

<div style="border:3px solid #6B74DC">Div</div>

This div border color is #6B74DC.

Opacity

.myOpacity80 { color: #6B74DC; opacity: 0.8; }

<p style="color:#6B74DC;opacity:0.8;">80%</p>

Text with #6B74DC 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 #6B74DC;}

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

This text has shadow with #6B74DC color.


.textShadow {text-shadow: 3px 3px 1px #6B74DC', 3px 3px 1px red;}

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

This text has shadow with #6B74DC primary color and red secondary color.


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

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

This text has shadow with #6B74DC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B74DC; -webkit-box-shadow: 1px 1px 3px 2px #6B74DC; box-shadow:1px 1px 3px 2px #6B74DC;">
Div content here
</div>

This div box has shadow with color #6B74DC.

Preview

Color preview on black background

This text has color #6B74DC on black background.


Color preview on white background

This text has color #6B74DC on white background.


Black color preview on #6B74DC background

This text has black color on #6B74DC background.


White color preview on #6B74DC background

This text has white color on #6B74DC background.


Related colors

Complementary color

Complementary color for #hex is #948B23.


I love getcolorcode.com

Triadic colors

1 #DC6B74 and #74DC6B with #6B74DC are triadic colors.

2 #DC746B and #746BDC with #6B74DC are triadic colors.