Color Hex Logo

#6b8ddb Color Hex

#6B8DDB
(107,141,219)
0 Favorites   0 Comments

Color spaces of #6b8ddb

RGB 107141219
HSL0.620.610.64
HSV222°51°86°
CMYK 0.510.360.00   0.14
XYZ28.374527.290070.7898
Yxy27.29000.22440.2158
Hunter Lab52.23985.5341-43.7755
CIE-Lab59.24189.8512-43.5335

#6b8ddb color RGB value is (107,141,219).

#6b8ddb hex color red value is 107, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6b8ddb hue: 0.62 , saturation: 0.61 and the lightness value of 6b8ddb is 0.64.

The process color (four color CMYK) of #6b8ddb color hex is 0.51, 0.36, 0.00, 0.14. Web safe color of #6b8ddb is #6699cc. Color #6b8ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10001101 11011011
Octal 153 215 333
Decimal 107 141 219
Hex 6B 8D DB

RGB Percentages of Color #6b8ddb

%22.91
%30.19
%46.90

CMYK Percentages of Color #6b8ddb

%51
%36
%0
%14

Triadic Colors of #6b8ddb

#6b8ddb #db6b8d #8ddb6b

Analogous Colors of #6b8ddb

#6b8ddb #816bdb #6bc5db

Monochromatic Colors of #6b8ddb

#6b8ddb

Complementary Color

#6b8ddb #dbb96b

#6b8ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b8ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b8ddb Color CSS Codes

.mybgcolor {background-color:#6b8ddb; } 
.myforecolor {color:#6b8ddb; }
.mybordercolor {border:3px solid #6b8ddb; }

#6b8ddb Text Font Color

<p style="color:#6b8ddb">Text here</p>

This sample text font color is #6b8ddb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6b8ddb Background Color

<div style="background-color:#6b8ddb">
Div content here</div>

This div background color is #6b8ddb


#6b8ddb Border Color

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

This div border color is #6b8ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,141,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b8ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b8ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #6b8ddb;
  box-shadow:         1px 1px 3px 2px #6b8ddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,141,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6b8ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6b8ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #6b8ddb;
  box-shadow:         1px 1px 3px 2px #6b8ddb;">
Div content here</div>

This div box has shadow with color #6b8ddb


Comments

No comments written yet.

Please login to write comment.