Color Hex Logo

#6c8cda Color Hex

#6C8CDA
(108,140,218)
0 Favorites   0 Comments

Color spaces of #6c8cda

RGB 108140218
HSL0.620.600.64
HSV223°50°85°
CMYK 0.500.360.00   0.15
XYZ28.217327.006370.0552
Yxy27.00630.22520.2156
Hunter Lab51.96765.9784-43.5489
CIE-Lab58.980210.3607-43.3832

#6c8cda color RGB value is (108,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10001100 11011010
Octal 154 214 332
Decimal 108 140 218
Hex 6C 8C DA

RGB Percentages of Color #6c8cda

%23.18
%30.04
%46.78

CMYK Percentages of Color #6c8cda

%50
%36
%0
%15

Triadic Colors of #6c8cda

#6c8cda #da6c8c #8cda6c

Analogous Colors of #6c8cda

#6c8cda #836cda #6cc3da

Monochromatic Colors of #6c8cda

#6c8cda

Complementary Color

#6c8cda #daba6c

#6c8cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c8cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c8cda Color CSS Codes

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

#6c8cda Text Font Color

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

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


#6c8cda Background Color

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

This div background color is #6c8cda


#6c8cda Border Color

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

This div border color is #6c8cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c8cda

#6c8cda Color Palettes


Comments

No comments written yet.

Please login to write comment.