Color Hex Logo

#616cbc Color Hex

#616CBC
(97,108,188)
0 Favorites   0 Comments

Color spaces of #616cbc

RGB 97108188
HSL0.650.400.56
HSV233°48°74°
CMYK 0.480.430.00   0.26
XYZ19.369416.897449.8176
Yxy16.89740.22500.1963
Hunter Lab41.106412.1731-43.0800
CIE-Lab48.130517.8115-43.5426

#616cbc color RGB value is (97,108,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101100 10111100
Octal 141 154 274
Decimal 97 108 188
Hex 61 6C BC

RGB Percentages of Color #616cbc

%24.68
%27.48
%47.84

CMYK Percentages of Color #616cbc

%48
%43
%0
%26

Triadic Colors of #616cbc

#616cbc #bc616c #6cbc61

Analogous Colors of #616cbc

#616cbc #8461bc #619abc

Monochromatic Colors of #616cbc

#616cbc

Complementary Color

#616cbc #bcb161

#616cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#616cbc Color CSS Codes

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

#616cbc Text Font Color

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

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


#616cbc Background Color

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

This div background color is #616cbc


#616cbc Border Color

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

This div border color is #616cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616cbc


Comments

No comments written yet.

Please login to write comment.