Color Hex Logo

#6865cb Color Hex

#6865CB
(104,101,203)
0 Favorites   0 Comments

Color spaces of #6865cb

RGB 104101203
HSL0.670.500.60
HSV242°50°80°
CMYK 0.490.500.00   0.20
XYZ21.142116.562258.5824
Yxy16.56220.21960.1720
Hunter Lab40.696721.5123-56.8596
CIE-Lab47.703628.3671-52.8330

#6865cb color RGB value is (104,101,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100101 11001011
Octal 150 145 313
Decimal 104 101 203
Hex 68 65 CB

RGB Percentages of Color #6865cb

%25.49
%24.75
%49.75

CMYK Percentages of Color #6865cb

%49
%50
%0
%20

Triadic Colors of #6865cb

#6865cb #cb6865 #65cb68

Analogous Colors of #6865cb

#6865cb #9b65cb #6595cb

Monochromatic Colors of #6865cb

#6865cb

Complementary Color

#6865cb #c8cb65

#6865cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6865cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6865cb Color CSS Codes

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

#6865cb Text Font Color

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

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


#6865cb Background Color

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

This div background color is #6865cb


#6865cb Border Color

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

This div border color is #6865cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6865cb


Comments

No comments written yet.

Please login to write comment.