Color Hex Logo

#6146cb Color Hex

#6146CB
(97,70,203)
0 Favorites   0 Comments

Color spaces of #6146cb

RGB 9770203
HSL0.700.560.54
HSV252°66°80°
CMYK 0.520.660.00   0.20
XYZ17.899411.233557.7248
Yxy11.23350.20610.1293
Hunter Lab33.516436.6740-78.6528
CIE-Lab39.971045.3416-65.3674

#6146cb color RGB value is (97,70,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 11001011
Octal 141 106 313
Decimal 97 70 203
Hex 61 46 CB

RGB Percentages of Color #6146cb

%26.22
%18.92
%54.86

CMYK Percentages of Color #6146cb

%52
%66
%0
%20

Triadic Colors of #6146cb

#6146cb #cb6146 #46cb61

Analogous Colors of #6146cb

#6146cb #a446cb #466ecb

Monochromatic Colors of #6146cb

#6146cb

Complementary Color

#6146cb #b0cb46

#6146cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6146cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6146cb Color CSS Codes

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

#6146cb Text Font Color

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

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


#6146cb Background Color

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

This div background color is #6146cb


#6146cb Border Color

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

This div border color is #6146cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6146cb


Comments

No comments written yet.

Please login to write comment.