COLOR #6588CC

HEX: #6588CC
RGB: (101,136,204)

Renk bilgisi

#6588CC contains mainly blue color. #6588CC ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6588CC color RGB value is (101,136,204).

  • kırmız ton 101;
  • yeşil ton 136;
  • mavi ton 204.
RGB:
(101,136,204)
(40%,53%,80%)

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 136 of 255 = 53%
B 204 of 255 = 80%

101
136
204

R + G + B ~ 58%. #6588CC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 136 + 204 = 441 (100%)
R 101 of 441 ~ 22.9%
G 136 of 441 ~ 30.84%
B 204 of 441 ~ 46.26%

%22.9
%30.84
%46.26

CMYK RENK MODELİ

#6588CC rengi CMYK tonu (50,33,0,20).

  • camgöbeği tonu 50.49%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(50,33,0,20)
C50M33Y0K20 
(50%,33%,0%,20%)
(0.50/0.33/0.00/0.20)	

CMYK yüzdeleri

%50.49
%33.33
%0
%20

Codes

Color #6588CC in popluar color models

6588CC
RGB101136204
HSL220°50.24%59.80%
HSB/HSV220°50.49%80.00%
CMYK50.49%33.33%0.00%
20.00%

Color #6588CC in popluar number systems.

HEX6588CC
Decimal101136204
Binary11001011000100011001100
Octal145210314

Shades and tints

Shades of #6588CC

#6588CC
(101,136,204)
#5C7CBA
(92,124,186)
#5370A8
(83,112,168)
#4A6496
(74,100,150)
#415884
(65,88,132)
#384C72
(56,76,114)
#2F4060
(47,64,96)
#26344E
(38,52,78)
#1D283C
(29,40,60)
#141C2A
(20,28,42)
#0B1018
(11,16,24)
#000000
(0,0,0)

Tints of #6588CC

#6588CC
(101,136,204)
#7392D0
(115,146,208)
#819CD4
(129,156,212)
#8FA6D8
(143,166,216)
#9DB0DC
(157,176,220)
#ABBAE0
(171,186,224)
#B9C4E4
(185,196,228)
#C7CEE8
(199,206,232)
#D5D8EC
(213,216,236)
#E3E2F0
(227,226,240)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6588CC color. Also use rgb(101,136,204) instead hex code.

Text Font Color

.myTextColor { color: #6588CC; }

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

This text font color is #6588CC.


Background Color

.myBgColor { background-color: #6588CC; }

<div style="background-color:#6588CC">Inner text</div>

This div background color is #6588CC.


Border color

.myBorderColor { border: 1px solid #6588CC; }

<div style="border:3px solid #6588CC">Div</div>

This div border color is #6588CC.


Opacity

.myOpacity80 { color: #6588CC; opacity: 0.8; }

<p style="color:#6588CC;opacity:0.8;">80%</p>

Text with #6588CC 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 #6588CC;}

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

This text has shadow with #6588CC color.

.textShadow {text-shadow: 3px 3px 1px #6588CC, 3px 3px 1px red;}

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

This text has shadow with #6588CC primary color and red secondary color.


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

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

This text has shadow with #6588CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6588CC on black background.


Color preview on white background

This text has color #6588CC on white background.



Black color preview on #6588CC background

This text has black color on #6588CC background.


White color preview on #6588CC background

This text has white color on #6588CC background.