COLOR #06427D

HEX: #06427D
RGB: (6,66,125)

Renk bilgisi

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

RGB renk modeli

#06427D color RGB value is (6,66,125).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 66 of 255 = 26%
B 125 of 255 = 49%

6
66
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 66 + 125 = 197 (100%)
R 6 of 197 ~ 3.05%
G 66 of 197 ~ 33.5%
B 125 of 197 ~ 63.45%

%33.5
%63.45

CMYK RENK MODELİ

#06427D rengi CMYK tonu (95,47,0,51).

  • camgöbeği tonu 95.20%
  • eflatun tonu 47.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(95,47,0,51)
C95M47Y0K51 
(95%,47%,0%,51%)
(0.95/0.47/0.00/0.51)	

CMYK yüzdeleri

%95.2
%47.2
%0
%50.98

Codes

Color #06427D in popluar color models

06427D
RGB666125
HSL210°90.84%25.69%
HSB/HSV210°95.20%49.02%
CMYK95.20%47.20%0.00%
50.98%

Color #06427D in popluar number systems.

HEX06427D
Decimal666125
Binary11010000101111101
Octal6102175

Shades and tints

Shades of #06427D

#06427D
(6,66,125)
#063C72
(6,60,114)
#063667
(6,54,103)
#06305C
(6,48,92)
#062A51
(6,42,81)
#062446
(6,36,70)
#061E3B
(6,30,59)
#061830
(6,24,48)
#061225
(6,18,37)
#060C1A
(6,12,26)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #06427D

#06427D
(6,66,125)
#1C5388
(28,83,136)
#326493
(50,100,147)
#48759E
(72,117,158)
#5E86A9
(94,134,169)
#7497B4
(116,151,180)
#8AA8BF
(138,168,191)
#A0B9CA
(160,185,202)
#B6CAD5
(182,202,213)
#CCDBE0
(204,219,224)
#E2ECEB
(226,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06427D; }

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

This text font color is #06427D.


Background Color

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

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

This div background color is #06427D.


Border color

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

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

This div border color is #06427D.


Opacity

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

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

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

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

This text has shadow with #06427D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06427D on black background.


Color preview on white background

This text has color #06427D on white background.



Black color preview on #06427D background

This text has black color on #06427D background.


White color preview on #06427D background

This text has white color on #06427D background.