Color Hex Logo

#6693cc Color Hex

#6693CC
(102,147,204)
0 Favorites   0 Comments

Color spaces of #6693cc

RGB 102147204
HSL0.590.500.60
HSV214°50°80°
CMYK 0.500.280.00   0.20
XYZ26.812328.051961.1281
Yxy28.05190.23120.2418
Hunter Lab52.9640-2.3240-31.3543
CIE-Lab59.93560.6119-34.0663

#6693cc color RGB value is (102,147,204).

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

The process color (four color CMYK) of #6693cc color hex is 0.50, 0.28, 0.00, 0.20. Web safe color of #6693cc is #6699cc. Color #6693cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010011 11001100
Octal 146 223 314
Decimal 102 147 204
Hex 66 93 CC

RGB Percentages of Color #6693cc

%22.52
%32.45
%45.03

CMYK Percentages of Color #6693cc

%50
%28
%0
%20

Triadic Colors of #6693cc

#6693cc #cc6693 #93cc66

Analogous Colors of #6693cc

#6693cc #6c66cc #66c6cc

Monochromatic Colors of #6693cc

#6693cc

Complementary Color

#6693cc #cc9f66

#6693cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6693cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6693cc Color CSS Codes

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

#6693cc Text Font Color

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

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


#6693cc Background Color

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

This div background color is #6693cc


#6693cc Border Color

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

This div border color is #6693cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6693cc


Comments

No comments written yet.

Please login to write comment.