Color Hex Logo

#6698cc Color Hex

#6698CC
(102,152,204)
0 Favorites   0 Comments

Color spaces of #6698cc

RGB 102152204
HSL0.580.500.60
HSV211°50°80°
CMYK 0.500.250.00   0.20
XYZ27.606829.640961.3930
Yxy29.64090.23270.2498
Hunter Lab54.4435-4.7635-28.7478
CIE-Lab61.3431-2.2476-31.8775

#6698cc color RGB value is (102,152,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011000 11001100
Octal 146 230 314
Decimal 102 152 204
Hex 66 98 CC

RGB Percentages of Color #6698cc

%22.27
%33.19
%44.54

CMYK Percentages of Color #6698cc

%50
%25
%0
%20

Triadic Colors of #6698cc

#6698cc #cc6698 #98cc66

Analogous Colors of #6698cc

#6698cc #6766cc #66cbcc

Monochromatic Colors of #6698cc

#6698cc

Complementary Color

#6698cc #cc9a66

#6698cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6698cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6698cc Color CSS Codes

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

#6698cc Text Font Color

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

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


#6698cc Background Color

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

This div background color is #6698cc


#6698cc Border Color

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

This div border color is #6698cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6698cc


Comments

No comments written yet.

Please login to write comment.