Color Hex Logo

#6102db Color Hex

#6102DB
(97,2,219)
0 Favorites   0 Comments

Color spaces of #6102db

RGB 972219
HSL0.740.980.43
HSV266°99°86°
CMYK 0.560.990.00   0.14
XYZ17.73777.699367.5691
Yxy7.69930.19070.0828
Hunter Lab27.747665.5481-124.9556
CIE-Lab33.348673.0207-85.5084

#6102db color RGB value is (97,2,219).

#6102db hex color red value is 97, green value is 2 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6102db hue: 0.74 , saturation: 0.98 and the lightness value of 6102db is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000010 11011011
Octal 141 2 333
Decimal 97 2 219
Hex 61 2 DB

RGB Percentages of Color #6102db

%30.50
%0.63
%68.87

CMYK Percentages of Color #6102db

%56
%99
%0
%14

Triadic Colors of #6102db

#6102db #db6102 #02db61

Analogous Colors of #6102db

#6102db #ce02db #0210db

Monochromatic Colors of #6102db

#6102db

Complementary Color

#6102db #7cdb02

#6102db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6102db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6102db Color CSS Codes

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

#6102db Text Font Color

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

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


#6102db Background Color

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

This div background color is #6102db


#6102db Border Color

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

This div border color is #6102db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6102db


Comments

No comments written yet.

Please login to write comment.