COLOR #6269C0

HEX: #6269C0
RGB: (98,105,192)

Color info

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

RGB color model

#6269C0 color RGB value is (98,105,192).

  • red value is 98;
  • green value is 105;
  • blue value is 192.
RGB:
(98,105,192)
(38%,41%,75%)

RGB channels and saturation

R 98 of 255 = 38%
G 105 of 255 = 41%
B 192 of 255 = 75%

98
105
192

R + G + B ~ 51%. #6269C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 105 + 192 = 395 (100%)
R 98 of 395 ~ 24.81%
G 105 of 395 ~ 26.58%
B 192 of 395 ~ 48.61%

%24.81
%26.58
%48.61

CMYK color model

#6269C0 color CMYK value is (49,45,0,25).

  • cyan value is 48.96%
  • magenta value is 45.31%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(49,45,0,25)
C49M45Y0K25 
(49%,45%,0%,25%)
(0.49/0.45/0.00/0.25)	

CMYK percentages

%48.96
%45.31
%0
%24.71

Codes

Color #6269C0 in popluar color models

6269C0
RGB98105192
HSL236°42.73%56.86%
HSB/HSV236°48.96%75.29%
CMYK48.96%45.31%0.00%
24.71%

Color #6269C0 in popluar number systems.

HEX6269C0
Decimal98105192
Binary1100010110100111000000
Octal142151300

Shades and tints

Shades of #6269C0

#6269C0
(98,105,192)
#5A60AF
(90,96,175)
#52579E
(82,87,158)
#4A4E8D
(74,78,141)
#42457C
(66,69,124)
#3A3C6B
(58,60,107)
#32335A
(50,51,90)
#2A2A49
(42,42,73)
#222138
(34,33,56)
#1A1827
(26,24,39)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #6269C0

#6269C0
(98,105,192)
#7076C5
(112,118,197)
#7E83CA
(126,131,202)
#8C90CF
(140,144,207)
#9A9DD4
(154,157,212)
#A8AAD9
(168,170,217)
#B6B7DE
(182,183,222)
#C4C4E3
(196,196,227)
#D2D1E8
(210,209,232)
#E0DEED
(224,222,237)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6269C0 color. Also use rgb(98,105,192) instead hex code.

Text Font Color

.myTextColor { color: #6269C0; }

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

This text font color is #6269C0.


Background Color

.myBgColor { background-color: #6269C0; }

<div style="background-color:#6269C0">Inner text</div>

This div background color is #6269C0.


Border color

.myBorderColor { border: 1px solid #6269C0; }

<div style="border:3px solid #6269C0">Div</div>

This div border color is #6269C0.


Opacity

.myOpacity80 { color: #6269C0; opacity: 0.8; }

<p style="color:#6269C0;opacity:0.8;">80%</p>

Text with #6269C0 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 #6269C0;}

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

This text has shadow with #6269C0 color.

.textShadow {text-shadow: 3px 3px 1px #6269C0, 3px 3px 1px red;}

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

This text has shadow with #6269C0 primary color and red secondary color.


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

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

This text has shadow with #6269C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6269C0 on black background.


Color preview on white background

This text has color #6269C0 on white background.



Black color preview on #6269C0 background

This text has black color on #6269C0 background.


White color preview on #6269C0 background

This text has white color on #6269C0 background.