Color Hex Logo

#6796ec Color Hex

#6796EC
(103,150,236)
0 Favorites   0 Comments

Color spaces of #6796ec

RGB 103150236
HSL0.610.780.66
HSV219°56°93°
CMYK 0.560.360.00   0.07
XYZ31.640230.752483.6251
Yxy30.75240.21670.2106
Hunter Lab55.45484.7986-50.5901
CIE-Lab62.29819.0353-48.1598

#6796ec color RGB value is (103,150,236).

#6796ec hex color red value is 103, green value is 150 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6796ec hue: 0.61 , saturation: 0.78 and the lightness value of 6796ec is 0.66.

The process color (four color CMYK) of #6796ec color hex is 0.56, 0.36, 0.00, 0.07. Web safe color of #6796ec is #6699ff. Color #6796ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010110 11101100
Octal 147 226 354
Decimal 103 150 236
Hex 67 96 EC

RGB Percentages of Color #6796ec

%21.06
%30.67
%48.26

CMYK Percentages of Color #6796ec

%56
%36
%0
%7

Triadic Colors of #6796ec

#6796ec #ec6796 #96ec67

Analogous Colors of #6796ec

#6796ec #7b67ec #67d9ec

Monochromatic Colors of #6796ec

#6796ec

Complementary Color

#6796ec #ecbd67

#6796ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6796ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6796ec Color CSS Codes

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

#6796ec Text Font Color

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

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


#6796ec Background Color

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

This div background color is #6796ec


#6796ec Border Color

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

This div border color is #6796ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6796ec


Comments

No comments written yet.

Please login to write comment.