Color Hex Logo

#6154cb Color Hex

#6154CB
(97,84,203)
0 Favorites   0 Comments

Color spaces of #6154cb

RGB 9784203
HSL0.680.530.56
HSV247°59°80°
CMYK 0.520.590.00   0.20
XYZ18.879613.193858.0515
Yxy13.19380.20950.1464
Hunter Lab36.323329.2125-69.3304
CIE-Lab43.053837.1924-60.3570

#6154cb color RGB value is (97,84,203).

#6154cb hex color red value is 97, green value is 84 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6154cb hue: 0.68 , saturation: 0.53 and the lightness value of 6154cb is 0.56.

The process color (four color CMYK) of #6154cb color hex is 0.52, 0.59, 0.00, 0.20. Web safe color of #6154cb is #6666cc. Color #6154cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010100 11001011
Octal 141 124 313
Decimal 97 84 203
Hex 61 54 CB

RGB Percentages of Color #6154cb

%25.26
%21.88
%52.86

CMYK Percentages of Color #6154cb

%52
%59
%0
%20

Triadic Colors of #6154cb

#6154cb #cb6154 #54cb61

Analogous Colors of #6154cb

#6154cb #9d54cb #5483cb

Monochromatic Colors of #6154cb

#6154cb

Complementary Color

#6154cb #becb54

#6154cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6154cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6154cb Color CSS Codes

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

#6154cb Text Font Color

<p style="color:#6154cb">Text here</p>

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


#6154cb Background Color

<div style="background-color:#6154cb">
Div content here</div>

This div background color is #6154cb


#6154cb Border Color

<div style="border:3px solid #6154cb">
Div here</div>

This div border color is #6154cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,84,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6154cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6154cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6154cb;
  box-shadow:         1px 1px 3px 2px #6154cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6154cb


Comments

No comments written yet.

Please login to write comment.