Color Hex Logo

#6187cf Color Hex

#6187CF
(97,135,207)
0 Favorites   0 Comments

Color spaces of #6187cf

RGB 97135207
HSL0.610.530.60
HSV219°53°81°
CMYK 0.530.350.00   0.19
XYZ24.856224.374362.4261
Yxy24.37430.22260.2183
Hunter Lab49.37033.4703-40.4097
CIE-Lab56.46067.4135-41.2173

#6187cf color RGB value is (97,135,207).

#6187cf hex color red value is 97, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6187cf hue: 0.61 , saturation: 0.53 and the lightness value of 6187cf is 0.60.

The process color (four color CMYK) of #6187cf color hex is 0.53, 0.35, 0.00, 0.19. Web safe color of #6187cf is #6699cc. Color #6187cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000111 11001111
Octal 141 207 317
Decimal 97 135 207
Hex 61 87 CF

RGB Percentages of Color #6187cf

%22.10
%30.75
%47.15

CMYK Percentages of Color #6187cf

%53
%35
%0
%19

Triadic Colors of #6187cf

#6187cf #cf6187 #87cf61

Analogous Colors of #6187cf

#6187cf #7261cf #61becf

Monochromatic Colors of #6187cf

#6187cf

Complementary Color

#6187cf #cfa961

#6187cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6187cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6187cf Color CSS Codes

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

#6187cf Text Font Color

<p style="color:#6187cf">Text here</p>

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


#6187cf Background Color

<div style="background-color:#6187cf">
Div content here</div>

This div background color is #6187cf


#6187cf Border Color

<div style="border:3px solid #6187cf">
Div here</div>

This div border color is #6187cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,135,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6187cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6187cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6187cf;
  box-shadow:         1px 1px 3px 2px #6187cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6187cf


Comments

No comments written yet.

Please login to write comment.