Color Hex Logo

#6933cc Color Hex

#6933CC
(105,51,204)
0 Favorites   0 Comments

Color spaces of #6933cc

RGB 10551204
HSL0.730.600.50
HSV261°75°80°
CMYK 0.490.750.00   0.20
XYZ17.90869.730558.0610
Yxy9.73050.20900.1135
Hunter Lab31.193747.8893-88.5210
CIE-Lab37.354356.6694-70.1926

#6933cc color RGB value is (105,51,204).

#6933cc hex color red value is 105, green value is 51 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6933cc hue: 0.73 , saturation: 0.60 and the lightness value of 6933cc is 0.50.

The process color (four color CMYK) of #6933cc color hex is 0.49, 0.75, 0.00, 0.20. Web safe color of #6933cc is #6633cc. Color #6933cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110011 11001100
Octal 151 63 314
Decimal 105 51 204
Hex 69 33 CC

RGB Percentages of Color #6933cc

%29.17
%14.17
%56.67

CMYK Percentages of Color #6933cc

%49
%75
%0
%20

Triadic Colors of #6933cc

#6933cc #cc6933 #33cc69

Analogous Colors of #6933cc

#6933cc #b633cc #3349cc

Monochromatic Colors of #6933cc

#6933cc

Complementary Color

#6933cc #96cc33

#6933cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6933cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6933cc Color CSS Codes

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

#6933cc Text Font Color

<p style="color:#6933cc">Text here</p>

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


#6933cc Background Color

<div style="background-color:#6933cc">
Div content here</div>

This div background color is #6933cc


#6933cc Border Color

<div style="border:3px solid #6933cc">
Div here</div>

This div border color is #6933cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,51,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6933cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6933cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6933cc;
  box-shadow:         1px 1px 3px 2px #6933cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,51,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6933cc


Comments

No comments written yet.

Please login to write comment.