Color Hex Logo

#6850cb Color Hex

#6850CB
(104,80,203)
0 Favorites   0 Comments

Color spaces of #6850cb

RGB 10480203
HSL0.700.540.55
HSV252°61°80°
CMYK 0.490.610.00   0.20
XYZ19.357112.992257.9874
Yxy12.99220.21430.1438
Hunter Lab36.044732.7817-70.1523
CIE-Lab42.751540.9346-60.8186

#6850cb color RGB value is (104,80,203).

#6850cb hex color red value is 104, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6850cb hue: 0.70 , saturation: 0.54 and the lightness value of 6850cb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010000 11001011
Octal 150 120 313
Decimal 104 80 203
Hex 68 50 CB

RGB Percentages of Color #6850cb

%26.87
%20.67
%52.45

CMYK Percentages of Color #6850cb

%49
%61
%0
%20

Triadic Colors of #6850cb

#6850cb #cb6850 #50cb68

Analogous Colors of #6850cb

#6850cb #a650cb #5076cb

Monochromatic Colors of #6850cb

#6850cb

Complementary Color

#6850cb #b3cb50

#6850cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6850cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6850cb Color CSS Codes

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

#6850cb Text Font Color

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

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


#6850cb Background Color

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

This div background color is #6850cb


#6850cb Border Color

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

This div border color is #6850cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6850cb


Comments

No comments written yet.

Please login to write comment.