Color Hex Logo

#6796cd Color Hex

#6796CD
(103,150,205)
0 Favorites   0 Comments

Color spaces of #6796cd

RGB 103150205
HSL0.590.500.60
HSV212°50°80°
CMYK 0.500.270.00   0.20
XYZ27.519329.104061.9248
Yxy29.10400.23210.2455
Hunter Lab53.9481-3.3552-30.2928
CIE-Lab60.8733-0.5727-33.1633

#6796cd color RGB value is (103,150,205).

#6796cd hex color red value is 103, green value is 150 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6796cd hue: 0.59 , saturation: 0.50 and the lightness value of 6796cd is 0.60.

The process color (four color CMYK) of #6796cd color hex is 0.50, 0.27, 0.00, 0.20. Web safe color of #6796cd is #6699cc. Color #6796cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010110 11001101
Octal 147 226 315
Decimal 103 150 205
Hex 67 96 CD

RGB Percentages of Color #6796cd

%22.49
%32.75
%44.76

CMYK Percentages of Color #6796cd

%50
%27
%0
%20

Triadic Colors of #6796cd

#6796cd #cd6796 #96cd67

Analogous Colors of #6796cd

#6796cd #6b67cd #67c9cd

Monochromatic Colors of #6796cd

#6796cd

Complementary Color

#6796cd #cd9e67

#6796cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6796cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6796cd Color CSS Codes

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

#6796cd Text Font Color

<p style="color:#6796cd">Text here</p>

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


#6796cd Background Color

<div style="background-color:#6796cd">
Div content here</div>

This div background color is #6796cd


#6796cd Border Color

<div style="border:3px solid #6796cd">
Div here</div>

This div border color is #6796cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,150,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6796cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6796cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6796cd;
  box-shadow:         1px 1px 3px 2px #6796cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,150,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6796cd


Comments

No comments written yet.

Please login to write comment.