Color Hex Logo

#6869cb Color Hex

#6869CB
(104,105,203)
0 Favorites   0 Comments

Color spaces of #6869cb

RGB 104105203
HSL0.660.490.60
HSV239°49°80°
CMYK 0.490.480.00   0.20
XYZ21.540017.358058.7151
Yxy17.35800.22070.1778
Hunter Lab41.662919.3755-54.3927
CIE-Lab48.708025.9266-51.2241

#6869cb color RGB value is (104,105,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101001 11001011
Octal 150 151 313
Decimal 104 105 203
Hex 68 69 CB

RGB Percentages of Color #6869cb

%25.24
%25.49
%49.27

CMYK Percentages of Color #6869cb

%49
%48
%0
%20

Triadic Colors of #6869cb

#6869cb #cb6869 #69cb68

Analogous Colors of #6869cb

#6869cb #9968cb #689bcb

Monochromatic Colors of #6869cb

#6869cb

Complementary Color

#6869cb #cbca68

#6869cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6869cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6869cb Color CSS Codes

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

#6869cb Text Font Color

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

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


#6869cb Background Color

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

This div background color is #6869cb


#6869cb Border Color

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

This div border color is #6869cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6869cb


Comments

No comments written yet.

Please login to write comment.