Color Hex Logo

#6994dc Color Hex

#6994DC
(105,148,220)
0 Favorites   0 Comments

Color spaces of #6994dc

RGB 105148220
HSL0.600.620.64
HSV218°52°86°
CMYK 0.520.330.00   0.14
XYZ29.333929.350471.8293
Yxy29.35040.22480.2249
Hunter Lab54.17601.8418-40.6865
CIE-Lab61.08965.6111-41.1915

#6994dc color RGB value is (105,148,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010100 11011100
Octal 151 224 334
Decimal 105 148 220
Hex 69 94 DC

RGB Percentages of Color #6994dc

%22.20
%31.29
%46.51

CMYK Percentages of Color #6994dc

%52
%33
%0
%14

Triadic Colors of #6994dc

#6994dc #dc6994 #94dc69

Analogous Colors of #6994dc

#6994dc #7869dc #69cedc

Monochromatic Colors of #6994dc

#6994dc

Complementary Color

#6994dc #dcb169

#6994dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6994dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6994dc Color CSS Codes

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

#6994dc Text Font Color

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

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


#6994dc Background Color

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

This div background color is #6994dc


#6994dc Border Color

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

This div border color is #6994dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,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 #6994dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6994dc


Comments

No comments written yet.

Please login to write comment.