COLOR #6AB2C6

HEX: #6AB2C6
RGB: (106,178,198)

Renk bilgisi

#6AB2C6 contains mainly green and blue colors. #6AB2C6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6AB2C6 color RGB value is (106,178,198).

  • kırmız ton 106;
  • yeşil ton 178;
  • mavi ton 198.
RGB:
(106,178,198)
(42%,70%,78%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 178 of 255 = 70%
B 198 of 255 = 78%

106
178
198

R + G + B ~ 63%. #6AB2C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 178 + 198 = 482 (100%)
R 106 of 482 ~ 21.99%
G 178 of 482 ~ 36.93%
B 198 of 482 ~ 41.08%

%21.99
%36.93
%41.08

CMYK RENK MODELİ

#6AB2C6 rengi CMYK tonu (46,10,0,22).

  • camgöbeği tonu 46.46%
  • eflatun tonu 10.10%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(46,10,0,22)
C46M10Y0K22 
(46%,10%,0%,22%)
(0.46/0.10/0.00/0.22)	

CMYK yüzdeleri

%46.46
%10.1
%0
%22.35

Codes

Color #6AB2C6 in popluar color models

6AB2C6
RGB106178198
HSL193°44.66%59.61%
HSB/HSV193°46.46%77.65%
CMYK46.46%10.10%0.00%
22.35%

Color #6AB2C6 in popluar number systems.

HEX6AB2C6
Decimal106178198
Binary11010101011001011000110
Octal152262306

Shades and tints

Shades of #6AB2C6

#6AB2C6
(106,178,198)
#61A2B4
(97,162,180)
#5892A2
(88,146,162)
#4F8290
(79,130,144)
#46727E
(70,114,126)
#3D626C
(61,98,108)
#34525A
(52,82,90)
#2B4248
(43,66,72)
#223236
(34,50,54)
#192224
(25,34,36)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #6AB2C6

#6AB2C6
(106,178,198)
#77B9CB
(119,185,203)
#84C0D0
(132,192,208)
#91C7D5
(145,199,213)
#9ECEDA
(158,206,218)
#ABD5DF
(171,213,223)
#B8DCE4
(184,220,228)
#C5E3E9
(197,227,233)
#D2EAEE
(210,234,238)
#DFF1F3
(223,241,243)
#ECF8F8
(236,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB2C6 color. Also use rgb(106,178,198) instead hex code.

Text Font Color

.myTextColor { color: #6AB2C6; }

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

This text font color is #6AB2C6.


Background Color

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

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

This div background color is #6AB2C6.


Border color

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

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

This div border color is #6AB2C6.


Opacity

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

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

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

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

This text has shadow with #6AB2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB2C6 on black background.


Color preview on white background

This text has color #6AB2C6 on white background.



Black color preview on #6AB2C6 background

This text has black color on #6AB2C6 background.


White color preview on #6AB2C6 background

This text has white color on #6AB2C6 background.