Color Hex Logo

#6794ec Color Hex

#6794EC
(103,148,236)
0 Favorites   0 Comments

Color spaces of #6794ec

RGB 103148236
HSL0.610.780.66
HSV220°56°93°
CMYK 0.560.370.00   0.07
XYZ31.323730.119583.5196
Yxy30.11950.21610.2078
Hunter Lab54.88125.8375-51.8121
CIE-Lab61.757210.2073-49.0153

#6794ec color RGB value is (103,148,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010100 11101100
Octal 147 224 354
Decimal 103 148 236
Hex 67 94 EC

RGB Percentages of Color #6794ec

%21.15
%30.39
%48.46

CMYK Percentages of Color #6794ec

%56
%37
%0
%7

Triadic Colors of #6794ec

#6794ec #ec6794 #94ec67

Analogous Colors of #6794ec

#6794ec #7d67ec #67d7ec

Monochromatic Colors of #6794ec

#6794ec

Complementary Color

#6794ec #ecbf67

#6794ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6794ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6794ec Color CSS Codes

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

#6794ec Text Font Color

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

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


#6794ec Background Color

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

This div background color is #6794ec


#6794ec Border Color

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

This div border color is #6794ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,148,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 #6794ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6794ec


Comments

No comments written yet.

Please login to write comment.