COLOR #06849C

HEX: #06849C
RGB: (6,132,156)

Renk bilgisi

#06849C contains mainly green and blue colors. #06849C ‘ nin web güvenlik rengi #009999 (ya da #099) dir.

RGB renk modeli

#06849C color RGB value is (6,132,156).

  • kırmız ton 6;
  • yeşil ton 132;
  • mavi ton 156.
RGB:
(6,132,156)
(2%,52%,61%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 132 of 255 = 52%
B 156 of 255 = 61%

6
132
156

R + G + B ~ 38%. #06849C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 132 + 156 = 294 (100%)
R 6 of 294 ~ 2.04%
G 132 of 294 ~ 44.9%
B 156 of 294 ~ 53.06%

%44.9
%53.06

CMYK RENK MODELİ

#06849C rengi CMYK tonu (96,15,0,39).

  • camgöbeği tonu 96.15%
  • eflatun tonu 15.38%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(96,15,0,39)
C96M15Y0K39 
(96%,15%,0%,39%)
(0.96/0.15/0.00/0.39)	

CMYK yüzdeleri

%96.15
%15.38
%0
%38.82

Codes

Color #06849C in popluar color models

06849C
RGB6132156
HSL190°92.59%31.76%
HSB/HSV190°96.15%61.18%
CMYK96.15%15.38%0.00%
38.82%

Color #06849C in popluar number systems.

HEX06849C
Decimal6132156
Binary1101000010010011100
Octal6204234

Shades and tints

Shades of #06849C

#06849C
(6,132,156)
#06788E
(6,120,142)
#066C80
(6,108,128)
#066072
(6,96,114)
#065464
(6,84,100)
#064856
(6,72,86)
#063C48
(6,60,72)
#06303A
(6,48,58)
#06242C
(6,36,44)
#06181E
(6,24,30)
#060C10
(6,12,16)
#000000
(0,0,0)

Tints of #06849C

#06849C
(6,132,156)
#1C8FA5
(28,143,165)
#329AAE
(50,154,174)
#48A5B7
(72,165,183)
#5EB0C0
(94,176,192)
#74BBC9
(116,187,201)
#8AC6D2
(138,198,210)
#A0D1DB
(160,209,219)
#B6DCE4
(182,220,228)
#CCE7ED
(204,231,237)
#E2F2F6
(226,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06849C color. Also use rgb(6,132,156) instead hex code.

Text Font Color

.myTextColor { color: #06849C; }

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

This text font color is #06849C.


Background Color

.myBgColor { background-color: #06849C; }

<div style="background-color:#06849C">Inner text</div>

This div background color is #06849C.


Border color

.myBorderColor { border: 1px solid #06849C; }

<div style="border:3px solid #06849C">Div</div>

This div border color is #06849C.


Opacity

.myOpacity80 { color: #06849C; opacity: 0.8; }

<p style="color:#06849C;opacity:0.8;">80%</p>

Text with #06849C 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 #06849C;}

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

This text has shadow with #06849C color.

.textShadow {text-shadow: 3px 3px 1px #06849C, 3px 3px 1px red;}

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

This text has shadow with #06849C primary color and red secondary color.


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

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

This text has shadow with #06849C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06849C on black background.


Color preview on white background

This text has color #06849C on white background.



Black color preview on #06849C background

This text has black color on #06849C background.


White color preview on #06849C background

This text has white color on #06849C background.