COLOR #6079F7

HEX: #6079F7
RGB: (96,121,247)

Color info

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

RGB color model

#6079F7 color RGB value is (96,121,247).

  • red value is 96;
  • green value is 121;
  • blue value is 247.
RGB:
(96,121,247)
(38%,47%,97%)

RGB channels and saturation

R 96 of 255 = 38%
G 121 of 255 = 47%
B 247 of 255 = 97%

96
121
247

R + G + B ~ 61%. #6079F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 121 + 247 = 464 (100%)
R 96 of 464 ~ 20.69%
G 121 of 464 ~ 26.08%
B 247 of 464 ~ 53.23%

%20.69
%26.08
%53.23

CMYK color model

#6079F7 color CMYK value is (61,51,0,3).

  • cyan value is 61.13%
  • magenta value is 51.01%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(61,51,0,3)
C61M51Y0K3 
(61%,51%,0%,3%)
(0.61/0.51/0.00/0.03)	

CMYK percentages

%61.13
%51.01
%0
%3.14

Codes

Color #6079F7 in popluar color models

6079F7
RGB96121247
HSL230°90.42%67.25%
HSB/HSV230°61.13%96.86%
CMYK61.13%51.01%0.00%
3.14%

Color #6079F7 in popluar number systems.

HEX6079F7
Decimal96121247
Binary1100000111100111110111
Octal140171367

Shades and tints

Shades of #6079F7

#6079F7
(96,121,247)
#586EE1
(88,110,225)
#5063CB
(80,99,203)
#4858B5
(72,88,181)
#404D9F
(64,77,159)
#384289
(56,66,137)
#303773
(48,55,115)
#282C5D
(40,44,93)
#202147
(32,33,71)
#181631
(24,22,49)
#100B1B
(16,11,27)
#000000
(0,0,0)

Tints of #6079F7

#6079F7
(96,121,247)
#6E85F7
(110,133,247)
#7C91F7
(124,145,247)
#8A9DF7
(138,157,247)
#98A9F7
(152,169,247)
#A6B5F7
(166,181,247)
#B4C1F7
(180,193,247)
#C2CDF7
(194,205,247)
#D0D9F7
(208,217,247)
#DEE5F7
(222,229,247)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6079F7 color. Also use rgb(96,121,247) instead hex code.

Text Font Color

.myTextColor { color: #6079F7; }

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

This text font color is #6079F7.


Background Color

.myBgColor { background-color: #6079F7; }

<div style="background-color:#6079F7">Inner text</div>

This div background color is #6079F7.


Border color

.myBorderColor { border: 1px solid #6079F7; }

<div style="border:3px solid #6079F7">Div</div>

This div border color is #6079F7.


Opacity

.myOpacity80 { color: #6079F7; opacity: 0.8; }

<p style="color:#6079F7;opacity:0.8;">80%</p>

Text with #6079F7 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 #6079F7;}

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

This text has shadow with #6079F7 color.

.textShadow {text-shadow: 3px 3px 1px #6079F7, 3px 3px 1px red;}

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

This text has shadow with #6079F7 primary color and red secondary color.


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

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

This text has shadow with #6079F7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6079F7 on black background.


Color preview on white background

This text has color #6079F7 on white background.



Black color preview on #6079F7 background

This text has black color on #6079F7 background.


White color preview on #6079F7 background

This text has white color on #6079F7 background.