COLOR #6150BE

HEX: #6150BE
RGB: (97,80,190)

Renk bilgisi

#6150BE contains mainly blue color. #6150BE ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6150BE color RGB value is (97,80,190).

  • kırmız ton 97;
  • yeşil ton 80;
  • mavi ton 190.
RGB:
(97,80,190)
(38%,31%,75%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 80 of 255 = 31%
B 190 of 255 = 75%

97
80
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 80 + 190 = 367 (100%)
R 97 of 367 ~ 26.43%
G 80 of 367 ~ 21.8%
B 190 of 367 ~ 51.77%

%26.43
%21.8
%51.77

CMYK RENK MODELİ

#6150BE rengi CMYK tonu (49,58,0,25).

  • camgöbeği tonu 48.95%
  • eflatun tonu 57.89%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(49,58,0,25)
C49M58Y0K25 
(49%,58%,0%,25%)
(0.49/0.58/0.00/0.25)	

CMYK yüzdeleri

%48.95
%57.89
%0
%25.49

Codes

Color #6150BE in popluar color models

6150BE
RGB9780190
HSL249°45.83%52.94%
HSB/HSV249°57.89%74.51%
CMYK48.95%57.89%0.00%
25.49%

Color #6150BE in popluar number systems.

HEX6150BE
Decimal9780190
Binary1100001101000010111110
Octal141120276

Shades and tints

Shades of #6150BE

#6150BE
(97,80,190)
#5949AD
(89,73,173)
#51429C
(81,66,156)
#493B8B
(73,59,139)
#41347A
(65,52,122)
#392D69
(57,45,105)
#312658
(49,38,88)
#291F47
(41,31,71)
#211836
(33,24,54)
#191125
(25,17,37)
#110A14
(17,10,20)
#000000
(0,0,0)

Tints of #6150BE

#6150BE
(97,80,190)
#6F5FC3
(111,95,195)
#7D6EC8
(125,110,200)
#8B7DCD
(139,125,205)
#998CD2
(153,140,210)
#A79BD7
(167,155,215)
#B5AADC
(181,170,220)
#C3B9E1
(195,185,225)
#D1C8E6
(209,200,230)
#DFD7EB
(223,215,235)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6150BE color. Also use rgb(97,80,190) instead hex code.

Text Font Color

.myTextColor { color: #6150BE; }

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

This text font color is #6150BE.


Background Color

.myBgColor { background-color: #6150BE; }

<div style="background-color:#6150BE">Inner text</div>

This div background color is #6150BE.


Border color

.myBorderColor { border: 1px solid #6150BE; }

<div style="border:3px solid #6150BE">Div</div>

This div border color is #6150BE.


Opacity

.myOpacity80 { color: #6150BE; opacity: 0.8; }

<p style="color:#6150BE;opacity:0.8;">80%</p>

Text with #6150BE 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 #6150BE;}

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

This text has shadow with #6150BE color.

.textShadow {text-shadow: 3px 3px 1px #6150BE, 3px 3px 1px red;}

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

This text has shadow with #6150BE primary color and red secondary color.


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

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

This text has shadow with #6150BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6150BE on black background.


Color preview on white background

This text has color #6150BE on white background.



Black color preview on #6150BE background

This text has black color on #6150BE background.


White color preview on #6150BE background

This text has white color on #6150BE background.