Color Hex Logo

#6942cb Color Hex

#6942CB
(105,66,203)
0 Favorites   0 Comments

Color spaces of #6942cb

RGB 10566203
HSL0.710.570.53
HSV257°67°80°
CMYK 0.480.670.00   0.20
XYZ18.553411.211557.6861
Yxy11.21150.21220.1282
Hunter Lab33.483640.3114-78.7074
CIE-Lab39.934448.9481-65.3943

#6942cb color RGB value is (105,66,203).

#6942cb hex color red value is 105, green value is 66 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6942cb hue: 0.71 , saturation: 0.57 and the lightness value of 6942cb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000010 11001011
Octal 151 102 313
Decimal 105 66 203
Hex 69 42 CB

RGB Percentages of Color #6942cb

%28.07
%17.65
%54.28

CMYK Percentages of Color #6942cb

%48
%67
%0
%20

Triadic Colors of #6942cb

#6942cb #cb6942 #42cb69

Analogous Colors of #6942cb

#6942cb #ae42cb #4260cb

Monochromatic Colors of #6942cb

#6942cb

Complementary Color

#6942cb #a4cb42

#6942cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6942cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6942cb Color CSS Codes

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

#6942cb Text Font Color

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

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


#6942cb Background Color

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

This div background color is #6942cb


#6942cb Border Color

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

This div border color is #6942cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6942cb


Comments

No comments written yet.

Please login to write comment.