Color Hex Logo

#6683db Color Hex

#6683DB
(102,131,219)
0 Favorites   0 Comments

Color spaces of #6683db

RGB 102131219
HSL0.630.620.63
HSV225°53°86°
CMYK 0.530.400.00   0.14
XYZ26.382024.171970.2930
Yxy24.17190.21830.2000
Hunter Lab49.16499.7448-50.3538
CIE-Lab56.259514.6935-48.2692

#6683db color RGB value is (102,131,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000011 11011011
Octal 146 203 333
Decimal 102 131 219
Hex 66 83 DB

RGB Percentages of Color #6683db

%22.57
%28.98
%48.45

CMYK Percentages of Color #6683db

%53
%40
%0
%14

Triadic Colors of #6683db

#6683db #db6683 #83db66

Analogous Colors of #6683db

#6683db #8466db #66bedb

Monochromatic Colors of #6683db

#6683db

Complementary Color

#6683db #dbbe66

#6683db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6683db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6683db Color CSS Codes

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

#6683db Text Font Color

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

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


#6683db Background Color

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

This div background color is #6683db


#6683db Border Color

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

This div border color is #6683db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6683db


Comments

No comments written yet.

Please login to write comment.