Color Hex Logo

#618dbc Color Hex

#618DBC
(97,141,188)
0 Favorites   0 Comments

Color spaces of #618dbc

RGB 97141188
HSL0.590.400.56
HSV211°48°74°
CMYK 0.480.250.00   0.26
XYZ23.531725.222051.2050
Yxy25.22200.23540.2523
Hunter Lab50.2215-4.2500-25.2960
CIE-Lab57.2911-1.9494-29.1660

#618dbc color RGB value is (97,141,188).

#618dbc hex color red value is 97, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #618dbc hue: 0.59 , saturation: 0.40 and the lightness value of 618dbc is 0.56.

The process color (four color CMYK) of #618dbc color hex is 0.48, 0.25, 0.00, 0.26. Web safe color of #618dbc is #6699cc. Color #618dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001101 10111100
Octal 141 215 274
Decimal 97 141 188
Hex 61 8D BC

RGB Percentages of Color #618dbc

%22.77
%33.10
%44.13

CMYK Percentages of Color #618dbc

%48
%25
%0
%26

Triadic Colors of #618dbc

#618dbc #bc618d #8dbc61

Analogous Colors of #618dbc

#618dbc #6361bc #61bbbc

Monochromatic Colors of #618dbc

#618dbc

Complementary Color

#618dbc #bc9061

#618dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#618dbc Color CSS Codes

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

#618dbc Text Font Color

<p style="color:#618dbc">Text here</p>

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


#618dbc Background Color

<div style="background-color:#618dbc">
Div content here</div>

This div background color is #618dbc


#618dbc Border Color

<div style="border:3px solid #618dbc">
Div here</div>

This div border color is #618dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,141,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #618dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #618dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #618dbc;
  box-shadow:         1px 1px 3px 2px #618dbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618dbc


Comments

No comments written yet.

Please login to write comment.