Color Hex Logo

#6893cb Color Hex

#6893CB
(104,147,203)
0 Favorites   0 Comments

Color spaces of #6893cb

RGB 104147203
HSL0.590.490.60
HSV214°49°80°
CMYK 0.490.280.00   0.20
XYZ26.922128.122360.5091
Yxy28.12230.23300.2434
Hunter Lab53.0305-2.1838-30.5301
CIE-Lab59.99910.7853-33.3981

#6893cb color RGB value is (104,147,203).

#6893cb hex color red value is 104, green value is 147 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6893cb hue: 0.59 , saturation: 0.49 and the lightness value of 6893cb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010011 11001011
Octal 150 223 313
Decimal 104 147 203
Hex 68 93 CB

RGB Percentages of Color #6893cb

%22.91
%32.38
%44.71

CMYK Percentages of Color #6893cb

%49
%28
%0
%20

Triadic Colors of #6893cb

#6893cb #cb6893 #93cb68

Analogous Colors of #6893cb

#6893cb #6f68cb #68c5cb

Monochromatic Colors of #6893cb

#6893cb

Complementary Color

#6893cb #cba068

#6893cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6893cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6893cb Color CSS Codes

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

#6893cb Text Font Color

<p style="color:#6893cb">Text here</p>

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


#6893cb Background Color

<div style="background-color:#6893cb">
Div content here</div>

This div background color is #6893cb


#6893cb Border Color

<div style="border:3px solid #6893cb">
Div here</div>

This div border color is #6893cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,147,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6893cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6893cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6893cb;
  box-shadow:         1px 1px 3px 2px #6893cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6893cb


Comments

No comments written yet.

Please login to write comment.