COLOR #6B61FF

HEX: #6B61FF
RGB: (107,97,255)

Color info

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

RGB color model

#6B61FF color RGB value is (107,97,255).

  • red value is 107;
  • green value is 97;
  • blue value is 255.
RGB:
(107,97,255)
(42%,38%,100%)

RGB channels and saturation

R 107 of 255 = 42%
G 97 of 255 = 38%
B 255 of 255 = 100%

107
97
255

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

Portions of RGB colors in percentages

R + G + B =
107 + 97 + 255 = 459 (100%)
R 107 of 459 ~ 23.31%
G 97 of 459 ~ 21.13%
B 255 of 459 ~ 55.56%

%23.31
%21.13
%55.56

CMYK color model

#6B61FF color CMYK value is (58,62,0,0).

  • cyan value is 58.04%
  • magenta value is 61.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(58,62,0,0)
C58M62Y0K0 
(58%,62%,0%,0%)
(0.58/0.62/0.00/0.00)	

CMYK percentages

%58.04
%61.96
%0
%0

Codes

Color #6B61FF in popluar color models

6B61FF
RGB10797255
HSL244°100.00%69.02%
HSB/HSV244°61.96%100.00%
CMYK58.04%61.96%0.00%
0.00%

Color #6B61FF in popluar number systems.

HEX6B61FF
Decimal10797255
Binary1101011110000111111111
Octal153141377

Shades and tints

Shades of #6B61FF

#6B61FF
(107,97,255)
#6259E8
(98,89,232)
#5951D1
(89,81,209)
#5049BA
(80,73,186)
#4741A3
(71,65,163)
#3E398C
(62,57,140)
#353175
(53,49,117)
#2C295E
(44,41,94)
#232147
(35,33,71)
#1A1930
(26,25,48)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #6B61FF

#6B61FF
(107,97,255)
#786FFF
(120,111,255)
#857DFF
(133,125,255)
#928BFF
(146,139,255)
#9F99FF
(159,153,255)
#ACA7FF
(172,167,255)
#B9B5FF
(185,181,255)
#C6C3FF
(198,195,255)
#D3D1FF
(211,209,255)
#E0DFFF
(224,223,255)
#EDEDFF
(237,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B61FF color. Also use rgb(107,97,255) instead hex code.

Text Font Color

.myTextColor { color: #6B61FF; }

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

This text font color is #6B61FF.


Background Color

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

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

This div background color is #6B61FF.


Border color

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

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

This div border color is #6B61FF.


Opacity

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

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

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

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

This text has shadow with #6B61FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B61FF on black background.


Color preview on white background

This text has color #6B61FF on white background.



Black color preview on #6B61FF background

This text has black color on #6B61FF background.


White color preview on #6B61FF background

This text has white color on #6B61FF background.