Color Hex Logo

#6994db Color Hex

#6994DB
(105,148,219)
0 Favorites   0 Comments

Color spaces of #6994db

RGB 105148219
HSL0.600.610.64
HSV217°52°86°
CMYK 0.520.320.00   0.14
XYZ29.201829.297571.1337
Yxy29.29750.22530.2260
Hunter Lab54.12721.5789-40.0297
CIE-Lab61.04335.3028-40.7076

#6994db color RGB value is (105,148,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010100 11011011
Octal 151 224 333
Decimal 105 148 219
Hex 69 94 DB

RGB Percentages of Color #6994db

%22.25
%31.36
%46.40

CMYK Percentages of Color #6994db

%52
%32
%0
%14

Triadic Colors of #6994db

#6994db #db6994 #94db69

Analogous Colors of #6994db

#6994db #7769db #69cddb

Monochromatic Colors of #6994db

#6994db

Complementary Color

#6994db #dbb069

#6994db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6994db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6994db Color CSS Codes

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

#6994db Text Font Color

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

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


#6994db Background Color

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

This div background color is #6994db


#6994db Border Color

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

This div border color is #6994db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6994db


Comments

No comments written yet.

Please login to write comment.