COLOR #6472C0

HEX: #6472C0
RGB: (100,114,192)

Renk bilgisi

#6472C0 contains mainly blue color. #6472C0 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6472C0 color RGB value is (100,114,192).

  • kırmız ton 100;
  • yeşil ton 114;
  • mavi ton 192.
RGB:
(100,114,192)
(39%,45%,75%)

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 114 of 255 = 45%
B 192 of 255 = 75%

100
114
192

R + G + B ~ 53%. #6472C0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 114 + 192 = 406 (100%)
R 100 of 406 ~ 24.63%
G 114 of 406 ~ 28.08%
B 192 of 406 ~ 47.29%

%24.63
%28.08
%47.29

CMYK RENK MODELİ

#6472C0 rengi CMYK tonu (48,41,0,25).

  • camgöbeği tonu 47.92%
  • eflatun tonu 40.63%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(48,41,0,25)
C48M41Y0K25 
(48%,41%,0%,25%)
(0.48/0.41/0.00/0.25)	

CMYK yüzdeleri

%47.92
%40.63
%0
%24.71

Codes

Color #6472C0 in popluar color models

6472C0
RGB100114192
HSL231°42.20%57.25%
HSB/HSV231°47.92%75.29%
CMYK47.92%40.63%0.00%
24.71%

Color #6472C0 in popluar number systems.

HEX6472C0
Decimal100114192
Binary1100100111001011000000
Octal144162300

Shades and tints

Shades of #6472C0

#6472C0
(100,114,192)
#5B68AF
(91,104,175)
#525E9E
(82,94,158)
#49548D
(73,84,141)
#404A7C
(64,74,124)
#37406B
(55,64,107)
#2E365A
(46,54,90)
#252C49
(37,44,73)
#1C2238
(28,34,56)
#131827
(19,24,39)
#0A0E16
(10,14,22)
#000000
(0,0,0)

Tints of #6472C0

#6472C0
(100,114,192)
#727EC5
(114,126,197)
#808ACA
(128,138,202)
#8E96CF
(142,150,207)
#9CA2D4
(156,162,212)
#AAAED9
(170,174,217)
#B8BADE
(184,186,222)
#C6C6E3
(198,198,227)
#D4D2E8
(212,210,232)
#E2DEED
(226,222,237)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6472C0 color. Also use rgb(100,114,192) instead hex code.

Text Font Color

.myTextColor { color: #6472C0; }

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

This text font color is #6472C0.


Background Color

.myBgColor { background-color: #6472C0; }

<div style="background-color:#6472C0">Inner text</div>

This div background color is #6472C0.


Border color

.myBorderColor { border: 1px solid #6472C0; }

<div style="border:3px solid #6472C0">Div</div>

This div border color is #6472C0.


Opacity

.myOpacity80 { color: #6472C0; opacity: 0.8; }

<p style="color:#6472C0;opacity:0.8;">80%</p>

Text with #6472C0 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 #6472C0;}

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

This text has shadow with #6472C0 color.

.textShadow {text-shadow: 3px 3px 1px #6472C0, 3px 3px 1px red;}

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

This text has shadow with #6472C0 primary color and red secondary color.


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

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

This text has shadow with #6472C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6472C0 on black background.


Color preview on white background

This text has color #6472C0 on white background.



Black color preview on #6472C0 background

This text has black color on #6472C0 background.


White color preview on #6472C0 background

This text has white color on #6472C0 background.