Color Hex Logo

#6794dc Color Hex

#6794DC
(103,148,220)
0 Favorites   0 Comments

Color spaces of #6794dc

RGB 103148220
HSL0.600.630.63
HSV217°53°86°
CMYK 0.530.330.00   0.14
XYZ29.101729.230771.8184
Yxy29.23070.22360.2246
Hunter Lab54.06541.4664-40.9127
CIE-Lab60.98475.1695-41.3637

#6794dc color RGB value is (103,148,220).

#6794dc hex color red value is 103, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6794dc hue: 0.60 , saturation: 0.63 and the lightness value of 6794dc is 0.63.

The process color (four color CMYK) of #6794dc color hex is 0.53, 0.33, 0.00, 0.14. Web safe color of #6794dc is #6699cc. Color #6794dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010100 11011100
Octal 147 224 334
Decimal 103 148 220
Hex 67 94 DC

RGB Percentages of Color #6794dc

%21.87
%31.42
%46.71

CMYK Percentages of Color #6794dc

%53
%33
%0
%14

Triadic Colors of #6794dc

#6794dc #dc6794 #94dc67

Analogous Colors of #6794dc

#6794dc #7567dc #67cfdc

Monochromatic Colors of #6794dc

#6794dc

Complementary Color

#6794dc #dcaf67

#6794dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6794dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6794dc Color CSS Codes

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

#6794dc Text Font Color

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

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


#6794dc Background Color

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

This div background color is #6794dc


#6794dc Border Color

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

This div border color is #6794dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6794dc


Comments

No comments written yet.

Please login to write comment.