COLOR #5F68D8

HEX: #5F68D8 RGB: (95,104,216)

Color info

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

RGB color model

#5F68D8 color RGB value is (95,104,216).

RGB: (95,104,216) (37%, 41%, 85%)

RGB channels and saturation

R 95 of 255 = 37%
G 104 of 255 = 41%
B 216 of 255 = 85%

95
104
216

R + G + B ~ 54%. #5F68D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 95 + 104 + 216 = 415 (100%)
R 95 of 415 ~ 22.89%
G 104 of 415 ~ 25.06%
B 216 of 415 ~ 52.05'%

%22.89
%25.06
%52.05

CMYK color model

#5F68D8 color CMYK value is (56,52,0,15).

  • cyan value is 56.02%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (56,52,0,15)
C56M52Y0K15 (56%, 52%, 0%, 15%)
(0.56 / 0.52 / 0.00 / 0.15)

CMYK percentages

%56.02
%51.85
%0
%15.29

Codes

Color #5F68D8 in popluar color models

5F 68 D8
RGB 95 104 216
HSL 236° 60.80% 60.98%
HSB/HSV 236° 56.02% 84.71%
CMYK 56.02% 51.85% 0.00%
15.29%

Color #5F68D8 in popluar number systems.

HEX 5F 68 D8
Decimal 95 104 216
Binary 1011111 1101000 11011000
Octal 137 150 330

Shades and tints

Shades of #5F68D8

#5F68D8
(95,104,216)
#575FC5
(87,95,197)
#4F56B2
(79,86,178)
#474D9F
(71,77,159)
#3F448C
(63,68,140)
#373B79
(55,59,121)
#2F3266
(47,50,102)
#272953
(39,41,83)
#1F2040
(31,32,64)
#17172D
(23,23,45)
#0F0E1A
(15,14,26)
#000000
(0,0,0)

Tints of #5F68D8

#5F68D8
(95,104,216)
#6D75DB
(109,117,219)
#7B82DE
(123,130,222)
#898FE1
(137,143,225)
#979CE4
(151,156,228)
#A5A9E7
(165,169,231)
#B3B6EA
(179,182,234)
#C1C3ED
(193,195,237)
#CFD0F0
(207,208,240)
#DDDDF3
(221,221,243)
#EBEAF6
(235,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F68D8 color. Also use rgb(95,104,216) instead hex code.

Text Font Color

.myTextColor { color: #5F68D8; }

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

This text font color is #5F68D8.

Background Color

.myBgColor { background-color: #5F68D8; }

<div style="background-color:#5F68D8">Inner text</div>

This div background color is #5F68D8.

Border color

.myBorderColor { border: 1px solid #5F68D8; }

<div style="border:3px solid #5F68D8">Div</div>

This div border color is #5F68D8.

Opacity

.myOpacity80 { color: #5F68D8; opacity: 0.8; }

<p style="color:#5F68D8;opacity:0.8;">80%</p>

Text with #5F68D8 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 #5F68D8;}

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

This text has shadow with #5F68D8 color.


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

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

This text has shadow with #5F68D8 primary color and red secondary color.


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

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

This text has shadow with #5F68D8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5F68D8.

Preview

Color preview on black background

This text has color #5F68D8 on black background.


Color preview on white background

This text has color #5F68D8 on white background.


Black color preview on #5F68D8 background

This text has black color on #5F68D8 background.


White color preview on #5F68D8 background

This text has white color on #5F68D8 background.


Related colors

Complementary color

Complementary color for #hex is #A09727.


I love getcolorcode.com

Triadic colors

1 #D85F68 and #68D85F with #5F68D8 are triadic colors.

2 #D8685F and #685FD8 with #5F68D8 are triadic colors.