Color Hex Logo

#6b62db Color Hex

#6B62DB
(107,98,219)
0 Favorites   0 Comments

Color spaces of #6b62db

RGB 10798219
HSL0.680.630.62
HSV244°55°86°
CMYK 0.510.550.00   0.14
XYZ23.217316.975669.0708
Yxy16.97560.21250.1554
Hunter Lab41.201528.4834-70.5537
CIE-Lab48.229335.7056-61.1067

#6b62db color RGB value is (107,98,219).

#6b62db hex color red value is 107, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6b62db hue: 0.68 , saturation: 0.63 and the lightness value of 6b62db is 0.62.

The process color (four color CMYK) of #6b62db color hex is 0.51, 0.55, 0.00, 0.14. Web safe color of #6b62db is #6666cc. Color #6b62db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100010 11011011
Octal 153 142 333
Decimal 107 98 219
Hex 6B 62 DB

RGB Percentages of Color #6b62db

%25.24
%23.11
%51.65

CMYK Percentages of Color #6b62db

%51
%55
%0
%14

Triadic Colors of #6b62db

#6b62db #db6b62 #62db6b

Analogous Colors of #6b62db

#6b62db #a862db #6296db

Monochromatic Colors of #6b62db

#6b62db

Complementary Color

#6b62db #d2db62

#6b62db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b62db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b62db Color CSS Codes

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

#6b62db Text Font Color

<p style="color:#6b62db">Text here</p>

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


#6b62db Background Color

<div style="background-color:#6b62db">
Div content here</div>

This div background color is #6b62db


#6b62db Border Color

<div style="border:3px solid #6b62db">
Div here</div>

This div border color is #6b62db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,98,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b62db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b62db;
  -webkit-box-shadow: 1px 1px 3px 2px #6b62db;
  box-shadow:         1px 1px 3px 2px #6b62db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,98,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 #6b62db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b62db


Comments

No comments written yet.

Please login to write comment.