Color Hex Logo

#6165db Color Hex

#6165DB
(97,101,219)
0 Favorites   0 Comments

Color spaces of #6165db

RGB 97101219
HSL0.660.630.62
HSV238°56°86°
CMYK 0.560.540.00   0.14
XYZ22.369616.963269.1131
Yxy16.96320.20630.1564
Hunter Lab41.186424.8726-70.6615
CIE-Lab48.213631.9218-61.1687

#6165db color RGB value is (97,101,219).

#6165db hex color red value is 97, green value is 101 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6165db hue: 0.66 , saturation: 0.63 and the lightness value of 6165db is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100101 11011011
Octal 141 145 333
Decimal 97 101 219
Hex 61 65 DB

RGB Percentages of Color #6165db

%23.26
%24.22
%52.52

CMYK Percentages of Color #6165db

%56
%54
%0
%14

Triadic Colors of #6165db

#6165db #db6165 #65db61

Analogous Colors of #6165db

#6165db #9a61db #61a2db

Monochromatic Colors of #6165db

#6165db

Complementary Color

#6165db #dbd761

#6165db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6165db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6165db Color CSS Codes

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

#6165db Text Font Color

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

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


#6165db Background Color

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

This div background color is #6165db


#6165db Border Color

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

This div border color is #6165db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6165db


Comments

No comments written yet.

Please login to write comment.