Color Hex Logo

#6899cc Color Hex

#6899CC
(104,153,204)
0 Favorites   0 Comments

Color spaces of #6899cc

RGB 104153204
HSL0.590.500.60
HSV211°49°80°
CMYK 0.490.250.00   0.20
XYZ27.999230.085261.4580
Yxy30.08520.23420.2517
Hunter Lab54.8500-4.8688-28.0379
CIE-Lab61.7277-2.3436-31.2728

#6899cc color RGB value is (104,153,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10011001 11001100
Octal 150 231 314
Decimal 104 153 204
Hex 68 99 CC

RGB Percentages of Color #6899cc

%22.56
%33.19
%44.25

CMYK Percentages of Color #6899cc

%49
%25
%0
%20

Triadic Colors of #6899cc

#6899cc #cc6899 #99cc68

Analogous Colors of #6899cc

#6899cc #6968cc #68cbcc

Monochromatic Colors of #6899cc

#6899cc

Complementary Color

#6899cc #cc9b68

#6899cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6899cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6899cc Color CSS Codes

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

#6899cc Text Font Color

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

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


#6899cc Background Color

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

This div background color is #6899cc


#6899cc Border Color

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

This div border color is #6899cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6899cc


Comments

No comments written yet.

Please login to write comment.