Color Hex Logo

#6ca5db Color Hex

#6CA5DB
(108,165,219)
0 Favorites   0 Comments

Color spaces of #6ca5db

RGB 108165219
HSL0.580.610.64
HSV209°51°86°
CMYK 0.510.250.00   0.14
XYZ32.425735.212972.1056
Yxy35.21290.23200.2520
Hunter Lab59.3405-6.3072-30.5060
CIE-Lab65.9141-3.7068-33.0965

#6ca5db color RGB value is (108,165,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10100101 11011011
Octal 154 245 333
Decimal 108 165 219
Hex 6C A5 DB

RGB Percentages of Color #6ca5db

%21.95
%33.54
%44.51

CMYK Percentages of Color #6ca5db

%51
%25
%0
%14

Triadic Colors of #6ca5db

#6ca5db #db6ca5 #a5db6c

Analogous Colors of #6ca5db

#6ca5db #6c6edb #6cdbda

Monochromatic Colors of #6ca5db

#6ca5db

Complementary Color

#6ca5db #dba26c

#6ca5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca5db Color CSS Codes

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

#6ca5db Text Font Color

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

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


#6ca5db Background Color

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

This div background color is #6ca5db


#6ca5db Border Color

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

This div border color is #6ca5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca5db


Comments

No comments written yet.

Please login to write comment.