Color Hex Logo

#617cbf Color Hex

#617CBF
(97,124,191)
0 Favorites   0 Comments

Color spaces of #617cbf

RGB 97124191
HSL0.620.420.56
HSV223°49°75°
CMYK 0.490.350.00   0.25
XYZ21.541420.718352.1539
Yxy20.71830.22820.2194
Hunter Lab45.51744.8210-36.0725
CIE-Lab52.63988.9857-38.1403

#617cbf color RGB value is (97,124,191).

#617cbf hex color red value is 97, green value is 124 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #617cbf hue: 0.62 , saturation: 0.42 and the lightness value of 617cbf is 0.56.

The process color (four color CMYK) of #617cbf color hex is 0.49, 0.35, 0.00, 0.25. Web safe color of #617cbf is #6666cc. Color #617cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111100 10111111
Octal 141 174 277
Decimal 97 124 191
Hex 61 7C BF

RGB Percentages of Color #617cbf

%23.54
%30.10
%46.36

CMYK Percentages of Color #617cbf

%49
%35
%0
%25

Triadic Colors of #617cbf

#617cbf #bf617c #7cbf61

Analogous Colors of #617cbf

#617cbf #7561bf #61abbf

Monochromatic Colors of #617cbf

#617cbf

Complementary Color

#617cbf #bfa461

#617cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#617cbf Color CSS Codes

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

#617cbf Text Font Color

<p style="color:#617cbf">Text here</p>

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


#617cbf Background Color

<div style="background-color:#617cbf">
Div content here</div>

This div background color is #617cbf


#617cbf Border Color

<div style="border:3px solid #617cbf">
Div here</div>

This div border color is #617cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,124,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #617cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #617cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #617cbf;
  box-shadow:         1px 1px 3px 2px #617cbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617cbf


Comments

No comments written yet.

Please login to write comment.