Color Hex Logo

#6c87ca Color Hex

#6C87CA
(108,135,202)
0 Favorites   0 Comments

Color spaces of #6c87ca

RGB 108135202
HSL0.620.470.61
HSV223°47°79°
CMYK 0.470.330.00   0.21
XYZ25.509024.780459.3157
Yxy24.78040.23270.2261
Hunter Lab49.77994.3549-35.8016
CIE-Lab56.86088.4635-37.7206

#6c87ca color RGB value is (108,135,202).

#6c87ca hex color red value is 108, green value is 135 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6c87ca hue: 0.62 , saturation: 0.47 and the lightness value of 6c87ca is 0.61.

The process color (four color CMYK) of #6c87ca color hex is 0.47, 0.33, 0.00, 0.21. Web safe color of #6c87ca is #6699cc. Color #6c87ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10000111 11001010
Octal 154 207 312
Decimal 108 135 202
Hex 6C 87 CA

RGB Percentages of Color #6c87ca

%24.27
%30.34
%45.39

CMYK Percentages of Color #6c87ca

%47
%33
%0
%21

Triadic Colors of #6c87ca

#6c87ca #ca6c87 #87ca6c

Analogous Colors of #6c87ca

#6c87ca #806cca #6cb6ca

Monochromatic Colors of #6c87ca

#6c87ca

Complementary Color

#6c87ca #caaf6c

#6c87ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c87ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c87ca Color CSS Codes

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

#6c87ca Text Font Color

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

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


#6c87ca Background Color

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

This div background color is #6c87ca


#6c87ca Border Color

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

This div border color is #6c87ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c87ca


Comments

No comments written yet.

Please login to write comment.