COLOR #6B698C

HEX: #6B698C
RGB: (107,105,140)

Renk bilgisi

#6B698C contains red, green and blue colors in about the same proportion. #6B698C ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6B698C color RGB value is (107,105,140).

  • kırmız ton 107;
  • yeşil ton 105;
  • mavi ton 140.
RGB:
(107,105,140)
(42%,41%,55%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 105 of 255 = 41%
B 140 of 255 = 55%

107
105
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 105 + 140 = 352 (100%)
R 107 of 352 ~ 30.4%
G 105 of 352 ~ 29.83%
B 140 of 352 ~ 39.77%

%30.4
%29.83
%39.77

CMYK RENK MODELİ

#6B698C rengi CMYK tonu (24,25,0,45).

  • camgöbeği tonu 23.57%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(24,25,0,45)
C24M25Y0K45 
(24%,25%,0%,45%)
(0.24/0.25/0.00/0.45)	

CMYK yüzdeleri

%23.57
%25
%0
%45.1

Codes

Color #6B698C in popluar color models

6B698C
RGB107105140
HSL243°14.29%48.04%
HSB/HSV243°25.00%54.90%
CMYK23.57%25.00%0.00%
45.10%

Color #6B698C in popluar number systems.

HEX6B698C
Decimal107105140
Binary1101011110100110001100
Octal153151214

Shades and tints

Shades of #6B698C

#6B698C
(107,105,140)
#626080
(98,96,128)
#595774
(89,87,116)
#504E68
(80,78,104)
#47455C
(71,69,92)
#3E3C50
(62,60,80)
#353344
(53,51,68)
#2C2A38
(44,42,56)
#23212C
(35,33,44)
#1A1820
(26,24,32)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #6B698C

#6B698C
(107,105,140)
#787696
(120,118,150)
#8583A0
(133,131,160)
#9290AA
(146,144,170)
#9F9DB4
(159,157,180)
#ACAABE
(172,170,190)
#B9B7C8
(185,183,200)
#C6C4D2
(198,196,210)
#D3D1DC
(211,209,220)
#E0DEE6
(224,222,230)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B698C color. Also use rgb(107,105,140) instead hex code.

Text Font Color

.myTextColor { color: #6B698C; }

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

This text font color is #6B698C.


Background Color

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

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

This div background color is #6B698C.


Border color

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

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

This div border color is #6B698C.


Opacity

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

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

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

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

This text has shadow with #6B698C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B698C on black background.


Color preview on white background

This text has color #6B698C on white background.



Black color preview on #6B698C background

This text has black color on #6B698C background.


White color preview on #6B698C background

This text has white color on #6B698C background.