Color Hex Logo

#6ca1dc Color Hex

#6CA1DC
(108,161,220)
0 Favorites   0 Comments

Color spaces of #6ca1dc

RGB 108161220
HSL0.590.620.64
HSV212°51°86°
CMYK 0.510.270.00   0.14
XYZ31.847533.845272.5644
Yxy33.84520.23030.2448
Hunter Lab58.1766-4.0932-33.2295
CIE-Lab64.8395-1.1641-35.3182

#6ca1dc color RGB value is (108,161,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10100001 11011100
Octal 154 241 334
Decimal 108 161 220
Hex 6C A1 DC

RGB Percentages of Color #6ca1dc

%22.09
%32.92
%44.99

CMYK Percentages of Color #6ca1dc

%51
%27
%0
%14

Triadic Colors of #6ca1dc

#6ca1dc #dc6ca1 #a1dc6c

Analogous Colors of #6ca1dc

#6ca1dc #6f6cdc #6cd9dc

Monochromatic Colors of #6ca1dc

#6ca1dc

Complementary Color

#6ca1dc #dca76c

#6ca1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca1dc Color CSS Codes

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

#6ca1dc Text Font Color

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

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


#6ca1dc Background Color

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

This div background color is #6ca1dc


#6ca1dc Border Color

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

This div border color is #6ca1dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,161,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca1dc


Comments

No comments written yet.

Please login to write comment.