Color Hex Logo

#6c9ddb Color Hex

#6C9DDB
(108,157,219)
0 Favorites   0 Comments

Color spaces of #6c9ddb

RGB 108157219
HSL0.590.610.64
HSV214°51°86°
CMYK 0.510.280.00   0.14
XYZ31.027532.416671.6395
Yxy32.41660.22970.2400
Hunter Lab56.9356-2.3623-34.7471
CIE-Lab63.68570.8026-36.5621

#6c9ddb color RGB value is (108,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10011101 11011011
Octal 154 235 333
Decimal 108 157 219
Hex 6C 9D DB

RGB Percentages of Color #6c9ddb

%22.31
%32.44
%45.25

CMYK Percentages of Color #6c9ddb

%51
%28
%0
%14

Triadic Colors of #6c9ddb

#6c9ddb #db6c9d #9ddb6c

Analogous Colors of #6c9ddb

#6c9ddb #736cdb #6cd5db

Monochromatic Colors of #6c9ddb

#6c9ddb

Complementary Color

#6c9ddb #dbaa6c

#6c9ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c9ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c9ddb Color CSS Codes

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

#6c9ddb Text Font Color

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

This sample text font color is #6c9ddb
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.


#6c9ddb Background Color

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

This div background color is #6c9ddb


#6c9ddb Border Color

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

This div border color is #6c9ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,157,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 #6c9ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c9ddb


Comments

No comments written yet.

Please login to write comment.