Color Hex Logo

#616abb Color Hex

#616ABB
(97,106,187)
0 Favorites   0 Comments

Color spaces of #616abb

RGB 97106187
HSL0.650.400.56
HSV234°48°73°
CMYK 0.480.430.00   0.27
XYZ19.053416.437349.1822
Yxy16.43730.22500.1941
Hunter Lab40.542912.9370-43.5440
CIE-Lab47.543118.7347-43.8974

#616abb color RGB value is (97,106,187).

#616abb hex color red value is 97, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #616abb hue: 0.65 , saturation: 0.40 and the lightness value of 616abb is 0.56.

The process color (four color CMYK) of #616abb color hex is 0.48, 0.43, 0.00, 0.27. Web safe color of #616abb is #6666cc. Color #616abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101010 10111011
Octal 141 152 273
Decimal 97 106 187
Hex 61 6A BB

RGB Percentages of Color #616abb

%24.87
%27.18
%47.95

CMYK Percentages of Color #616abb

%48
%43
%0
%27

Triadic Colors of #616abb

#616abb #bb616a #6abb61

Analogous Colors of #616abb

#616abb #8561bb #6197bb

Monochromatic Colors of #616abb

#616abb

Complementary Color

#616abb #bbb261

#616abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#616abb Color CSS Codes

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

#616abb Text Font Color

<p style="color:#616abb">Text here</p>

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


#616abb Background Color

<div style="background-color:#616abb">
Div content here</div>

This div background color is #616abb


#616abb Border Color

<div style="border:3px solid #616abb">
Div here</div>

This div border color is #616abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,106,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #616abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #616abb;
  -webkit-box-shadow: 1px 1px 3px 2px #616abb;
  box-shadow:         1px 1px 3px 2px #616abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616abb


Comments

No comments written yet.

Please login to write comment.