Color Hex Logo

#6c7cda Color Hex

#6C7CDA
(108,124,218)
0 Favorites   0 Comments

Color spaces of #6c7cda

RGB 108124218
HSL0.640.600.64
HSV231°50°85°
CMYK 0.500.430.00   0.15
XYZ26.046922.665469.3317
Yxy22.66540.22070.1920
Hunter Lab47.608214.3447-53.0182
CIE-Lab54.726019.9165-50.1215

#6c7cda color RGB value is (108,124,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01111100 11011010
Octal 154 174 332
Decimal 108 124 218
Hex 6C 7C DA

RGB Percentages of Color #6c7cda

%24.00
%27.56
%48.44

CMYK Percentages of Color #6c7cda

%50
%43
%0
%15

Triadic Colors of #6c7cda

#6c7cda #da6c7c #7cda6c

Analogous Colors of #6c7cda

#6c7cda #936cda #6cb3da

Monochromatic Colors of #6c7cda

#6c7cda

Complementary Color

#6c7cda #daca6c

#6c7cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c7cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c7cda Color CSS Codes

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

#6c7cda Text Font Color

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

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


#6c7cda Background Color

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

This div background color is #6c7cda


#6c7cda Border Color

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

This div border color is #6c7cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c7cda


Comments

No comments written yet.

Please login to write comment.