COLOR #06487D

HEX: #06487D
RGB: (6,72,125)

Renk bilgisi

#06487D contains mainly green and blue colors. #06487D ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#06487D color RGB value is (6,72,125).

  • kırmız ton 6;
  • yeşil ton 72;
  • mavi ton 125.
RGB:
(6,72,125)
(2%,28%,49%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 72 of 255 = 28%
B 125 of 255 = 49%

6
72
125

R + G + B ~ 26%. #06487D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 72 + 125 = 203 (100%)
R 6 of 203 ~ 2.96%
G 72 of 203 ~ 35.47%
B 125 of 203 ~ 61.58%

%35.47
%61.58

CMYK RENK MODELİ

#06487D rengi CMYK tonu (95,42,0,51).

  • camgöbeği tonu 95.20%
  • eflatun tonu 42.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(95,42,0,51)
C95M42Y0K51 
(95%,42%,0%,51%)
(0.95/0.42/0.00/0.51)	

CMYK yüzdeleri

%95.2
%42.4
%0
%50.98

Codes

Color #06487D in popluar color models

06487D
RGB672125
HSL207°90.84%25.69%
HSB/HSV207°95.20%49.02%
CMYK95.20%42.40%0.00%
50.98%

Color #06487D in popluar number systems.

HEX06487D
Decimal672125
Binary11010010001111101
Octal6110175

Shades and tints

Shades of #06487D

#06487D
(6,72,125)
#064272
(6,66,114)
#063C67
(6,60,103)
#06365C
(6,54,92)
#063051
(6,48,81)
#062A46
(6,42,70)
#06243B
(6,36,59)
#061E30
(6,30,48)
#061825
(6,24,37)
#06121A
(6,18,26)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #06487D

#06487D
(6,72,125)
#1C5888
(28,88,136)
#326893
(50,104,147)
#48789E
(72,120,158)
#5E88A9
(94,136,169)
#7498B4
(116,152,180)
#8AA8BF
(138,168,191)
#A0B8CA
(160,184,202)
#B6C8D5
(182,200,213)
#CCD8E0
(204,216,224)
#E2E8EB
(226,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06487D color. Also use rgb(6,72,125) instead hex code.

Text Font Color

.myTextColor { color: #06487D; }

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

This text font color is #06487D.


Background Color

.myBgColor { background-color: #06487D; }

<div style="background-color:#06487D">Inner text</div>

This div background color is #06487D.


Border color

.myBorderColor { border: 1px solid #06487D; }

<div style="border:3px solid #06487D">Div</div>

This div border color is #06487D.


Opacity

.myOpacity80 { color: #06487D; opacity: 0.8; }

<p style="color:#06487D;opacity:0.8;">80%</p>

Text with #06487D 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 #06487D;}

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

This text has shadow with #06487D color.

.textShadow {text-shadow: 3px 3px 1px #06487D, 3px 3px 1px red;}

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

This text has shadow with #06487D primary color and red secondary color.


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

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

This text has shadow with #06487D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06487D on black background.


Color preview on white background

This text has color #06487D on white background.



Black color preview on #06487D background

This text has black color on #06487D background.


White color preview on #06487D background

This text has white color on #06487D background.