COLOR #6CB4FF

HEX: #6CB4FF
RGB: (108,180,255)

Color info

#6CB4FF contains mainly blue color. Web safe color of #6CB4FF is #66CCFF (or #6CF).

RGB color model

#6CB4FF color RGB value is (108,180,255).

  • red value is 108;
  • green value is 180;
  • blue value is 255.
RGB:
(108,180,255)
(42%,71%,100%)

RGB channels and saturation

R 108 of 255 = 42%
G 180 of 255 = 71%
B 255 of 255 = 100%

108
180
255

R + G + B ~ 71%. #6CB4FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 180 + 255 = 543 (100%)
R 108 of 543 ~ 19.89%
G 180 of 543 ~ 33.15%
B 255 of 543 ~ 46.96%

%19.89
%33.15
%46.96

CMYK color model

#6CB4FF color CMYK value is (58,29,0,0).

  • cyan value is 57.65%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(58,29,0,0)
C58M29Y0K0 
(58%,29%,0%,0%)
(0.58/0.29/0.00/0.00)	

CMYK percentages

%57.65
%29.41
%0
%0

Codes

Color #6CB4FF in popluar color models

6CB4FF
RGB108180255
HSL211°100.00%71.18%
HSB/HSV211°57.65%100.00%
CMYK57.65%29.41%0.00%
0.00%

Color #6CB4FF in popluar number systems.

HEX6CB4FF
Decimal108180255
Binary11011001011010011111111
Octal154264377

Shades and tints

Shades of #6CB4FF

#6CB4FF
(108,180,255)
#63A4E8
(99,164,232)
#5A94D1
(90,148,209)
#5184BA
(81,132,186)
#4874A3
(72,116,163)
#3F648C
(63,100,140)
#365475
(54,84,117)
#2D445E
(45,68,94)
#243447
(36,52,71)
#1B2430
(27,36,48)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #6CB4FF

#6CB4FF
(108,180,255)
#79BAFF
(121,186,255)
#86C0FF
(134,192,255)
#93C6FF
(147,198,255)
#A0CCFF
(160,204,255)
#ADD2FF
(173,210,255)
#BAD8FF
(186,216,255)
#C7DEFF
(199,222,255)
#D4E4FF
(212,228,255)
#E1EAFF
(225,234,255)
#EEF0FF
(238,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB4FF color. Also use rgb(108,180,255) instead hex code.

Text Font Color

.myTextColor { color: #6CB4FF; }

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

This text font color is #6CB4FF.


Background Color

.myBgColor { background-color: #6CB4FF; }

<div style="background-color:#6CB4FF">Inner text</div>

This div background color is #6CB4FF.


Border color

.myBorderColor { border: 1px solid #6CB4FF; }

<div style="border:3px solid #6CB4FF">Div</div>

This div border color is #6CB4FF.


Opacity

.myOpacity80 { color: #6CB4FF; opacity: 0.8; }

<p style="color:#6CB4FF;opacity:0.8;">80%</p>

Text with #6CB4FF 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 #6CB4FF;}

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

This text has shadow with #6CB4FF color.

.textShadow {text-shadow: 3px 3px 1px #6CB4FF, 3px 3px 1px red;}

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

This text has shadow with #6CB4FF primary color and red secondary color.


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

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

This text has shadow with #6CB4FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB4FF on black background.


Color preview on white background

This text has color #6CB4FF on white background.



Black color preview on #6CB4FF background

This text has black color on #6CB4FF background.


White color preview on #6CB4FF background

This text has white color on #6CB4FF background.