Color Hex Logo

#6148db Color Hex

#6148DB
(97,72,219)
0 Favorites   0 Comments

Color spaces of #6148db

RGB 9772219
HSL0.700.670.57
HSV250°67°86°
CMYK 0.560.670.00   0.14
XYZ20.033312.290668.3343
Yxy12.29060.19900.1221
Hunter Lab35.058040.6495-91.0264
CIE-Lab41.674348.9640-71.7954

#6148db color RGB value is (97,72,219).

#6148db hex color red value is 97, green value is 72 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6148db hue: 0.70 , saturation: 0.67 and the lightness value of 6148db is 0.57.

The process color (four color CMYK) of #6148db color hex is 0.56, 0.67, 0.00, 0.14. Web safe color of #6148db is #6633cc. Color #6148db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001000 11011011
Octal 141 110 333
Decimal 97 72 219
Hex 61 48 DB

RGB Percentages of Color #6148db

%25.00
%18.56
%56.44

CMYK Percentages of Color #6148db

%56
%67
%0
%14

Triadic Colors of #6148db

#6148db #db6148 #48db61

Analogous Colors of #6148db

#6148db #ab48db #4879db

Monochromatic Colors of #6148db

#6148db

Complementary Color

#6148db #c2db48

#6148db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6148db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6148db Color CSS Codes

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

#6148db Text Font Color

<p style="color:#6148db">Text here</p>

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


#6148db Background Color

<div style="background-color:#6148db">
Div content here</div>

This div background color is #6148db


#6148db Border Color

<div style="border:3px solid #6148db">
Div here</div>

This div border color is #6148db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,72,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6148db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6148db;
  -webkit-box-shadow: 1px 1px 3px 2px #6148db;
  box-shadow:         1px 1px 3px 2px #6148db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6148db


Comments

No comments written yet.

Please login to write comment.