Color Hex Logo

#6174cf Color Hex

#6174CF
(97,116,207)
0 Favorites   0 Comments

Color spaces of #6174cf

RGB 97116207
HSL0.640.530.60
HSV230°53°81°
CMYK 0.530.440.00   0.19
XYZ22.437619.537261.6199
Yxy19.53720.21660.1886
Hunter Lab44.200913.2599-51.7148
CIE-Lab51.309918.8885-49.3795

#6174cf color RGB value is (97,116,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110100 11001111
Octal 141 164 317
Decimal 97 116 207
Hex 61 74 CF

RGB Percentages of Color #6174cf

%23.10
%27.62
%49.29

CMYK Percentages of Color #6174cf

%53
%44
%0
%19

Triadic Colors of #6174cf

#6174cf #cf6174 #74cf61

Analogous Colors of #6174cf

#6174cf #8561cf #61abcf

Monochromatic Colors of #6174cf

#6174cf

Complementary Color

#6174cf #cfbc61

#6174cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6174cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6174cf Color CSS Codes

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

#6174cf Text Font Color

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

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


#6174cf Background Color

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

This div background color is #6174cf


#6174cf Border Color

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

This div border color is #6174cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,116,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 #6174cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6174cf


Comments

No comments written yet.

Please login to write comment.