Color Hex Logo

#6693dd Color Hex

#6693DD
(102,147,221)
0 Favorites   0 Comments

Color spaces of #6693dd

RGB 102147221
HSL0.600.640.63
HSV217°54°87°
CMYK 0.540.330.00   0.13
XYZ28.964428.912772.4607
Yxy28.91270.22220.2218
Hunter Lab53.77052.0536-42.2593
CIE-Lab60.70455.8464-42.3642

#6693dd color RGB value is (102,147,221).

#6693dd hex color red value is 102, green value is 147 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6693dd hue: 0.60 , saturation: 0.64 and the lightness value of 6693dd is 0.63.

The process color (four color CMYK) of #6693dd color hex is 0.54, 0.33, 0.00, 0.13. Web safe color of #6693dd is #6699cc. Color #6693dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010011 11011101
Octal 146 223 335
Decimal 102 147 221
Hex 66 93 DD

RGB Percentages of Color #6693dd

%21.70
%31.28
%47.02

CMYK Percentages of Color #6693dd

%54
%33
%0
%13

Triadic Colors of #6693dd

#6693dd #dd6693 #93dd66

Analogous Colors of #6693dd

#6693dd #7566dd #66cfdd

Monochromatic Colors of #6693dd

#6693dd

Complementary Color

#6693dd #ddb066

#6693dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6693dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6693dd Color CSS Codes

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

#6693dd Text Font Color

<p style="color:#6693dd">Text here</p>

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


#6693dd Background Color

<div style="background-color:#6693dd">
Div content here</div>

This div background color is #6693dd


#6693dd Border Color

<div style="border:3px solid #6693dd">
Div here</div>

This div border color is #6693dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,147,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6693dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6693dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6693dd;
  box-shadow:         1px 1px 3px 2px #6693dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,147,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6693dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6693dd

#6693dd Color Palettes


Comments

No comments written yet.

Please login to write comment.