COLOR #6048C6

HEX: #6048C6
RGB: (96,72,198)

Renk bilgisi

#6048C6 contains mainly blue color. #6048C6 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#6048C6 color RGB value is (96,72,198).

  • kırmız ton 96;
  • yeşil ton 72;
  • mavi ton 198.
RGB:
(96,72,198)
(38%,28%,78%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 72 of 255 = 28%
B 198 of 255 = 78%

96
72
198

R + G + B ~ 48%. #6048C6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 72 + 198 = 366 (100%)
R 96 of 366 ~ 26.23%
G 72 of 366 ~ 19.67%
B 198 of 366 ~ 54.1%

%26.23
%19.67
%54.1

CMYK RENK MODELİ

#6048C6 rengi CMYK tonu (52,64,0,22).

  • camgöbeği tonu 51.52%
  • eflatun tonu 63.64%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(52,64,0,22)
C52M64Y0K22 
(52%,64%,0%,22%)
(0.52/0.64/0.00/0.22)	

CMYK yüzdeleri

%51.52
%63.64
%0
%22.35

Codes

Color #6048C6 in popluar color models

6048C6
RGB9672198
HSL251°52.50%52.94%
HSB/HSV251°63.64%77.65%
CMYK51.52%63.64%0.00%
22.35%

Color #6048C6 in popluar number systems.

HEX6048C6
Decimal9672198
Binary1100000100100011000110
Octal140110306

Shades and tints

Shades of #6048C6

#6048C6
(96,72,198)
#5842B4
(88,66,180)
#503CA2
(80,60,162)
#483690
(72,54,144)
#40307E
(64,48,126)
#382A6C
(56,42,108)
#30245A
(48,36,90)
#281E48
(40,30,72)
#201836
(32,24,54)
#181224
(24,18,36)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #6048C6

#6048C6
(96,72,198)
#6E58CB
(110,88,203)
#7C68D0
(124,104,208)
#8A78D5
(138,120,213)
#9888DA
(152,136,218)
#A698DF
(166,152,223)
#B4A8E4
(180,168,228)
#C2B8E9
(194,184,233)
#D0C8EE
(208,200,238)
#DED8F3
(222,216,243)
#ECE8F8
(236,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6048C6 color. Also use rgb(96,72,198) instead hex code.

Text Font Color

.myTextColor { color: #6048C6; }

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

This text font color is #6048C6.


Background Color

.myBgColor { background-color: #6048C6; }

<div style="background-color:#6048C6">Inner text</div>

This div background color is #6048C6.


Border color

.myBorderColor { border: 1px solid #6048C6; }

<div style="border:3px solid #6048C6">Div</div>

This div border color is #6048C6.


Opacity

.myOpacity80 { color: #6048C6; opacity: 0.8; }

<p style="color:#6048C6;opacity:0.8;">80%</p>

Text with #6048C6 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 #6048C6;}

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

This text has shadow with #6048C6 color.

.textShadow {text-shadow: 3px 3px 1px #6048C6, 3px 3px 1px red;}

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

This text has shadow with #6048C6 primary color and red secondary color.


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

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

This text has shadow with #6048C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6048C6 on black background.


Color preview on white background

This text has color #6048C6 on white background.



Black color preview on #6048C6 background

This text has black color on #6048C6 background.


White color preview on #6048C6 background

This text has white color on #6048C6 background.