Color Hex Logo

#6670db Color Hex

#6670DB
(102,112,219)
0 Favorites   0 Comments

Color spaces of #6670db

RGB 102112219
HSL0.650.620.63
HSV235°53°86°
CMYK 0.530.490.00   0.14
XYZ24.059819.527669.5189
Yxy19.52760.21270.1726
Hunter Lab44.190019.8539-62.3408
CIE-Lab51.298826.2105-56.1851

#6670db color RGB value is (102,112,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110000 11011011
Octal 146 160 333
Decimal 102 112 219
Hex 66 70 DB

RGB Percentages of Color #6670db

%23.56
%25.87
%50.58

CMYK Percentages of Color #6670db

%53
%49
%0
%14

Triadic Colors of #6670db

#6670db #db6670 #70db66

Analogous Colors of #6670db

#6670db #9766db #66abdb

Monochromatic Colors of #6670db

#6670db

Complementary Color

#6670db #dbd166

#6670db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6670db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6670db Color CSS Codes

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

#6670db Text Font Color

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

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


#6670db Background Color

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

This div background color is #6670db


#6670db Border Color

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

This div border color is #6670db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6670db


Comments

No comments written yet.

Please login to write comment.