Color Hex Logo

#6699dd Color Hex

#6699DD
(102,153,221)
2 Favorites   0 Comments

Color spaces of #6699dd

RGB 102153221
HSL0.600.640.63
HSV214°54°87°
CMYK 0.540.310.00   0.13
XYZ29.921930.827772.7799
Yxy30.82770.22410.2309
Hunter Lab55.5227-0.9688-38.8522
CIE-Lab62.36192.3699-39.7626

#6699dd color RGB value is (102,153,221). This hex color code is also a web safe color which is equal to #69D.

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011001 11011101
Octal 146 231 335
Decimal 102 153 221
Hex 66 99 DD

RGB Percentages of Color #6699dd

%21.43
%32.14
%46.43

CMYK Percentages of Color #6699dd

%54
%31
%0
%13

Triadic Colors of #6699dd

#6699dd #dd6699 #99dd66

Analogous Colors of #6699dd

#6699dd #6f66dd #66d5dd

Monochromatic Colors of #6699dd

#6699dd

Complementary Color

#6699dd #ddaa66

#6699dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6699dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6699dd Color CSS Codes

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

#6699dd Text Font Color

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

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


#6699dd Background Color

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

This div background color is #6699dd


#6699dd Border Color

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

This div border color is #6699dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6699dd


Comments

No comments written yet.

Please login to write comment.