Color Hex Logo

#6990ec Color Hex

#6990EC
(105,144,236)
0 Favorites   0 Comments

Color spaces of #6990ec

RGB 105144236
HSL0.620.780.67
HSV222°56°93°
CMYK 0.560.390.00   0.07
XYZ30.939329.005983.3249
Yxy29.00590.21600.2025
Hunter Lab53.85718.2929-54.0304
CIE-Lab60.786812.9712-50.5459

#6990ec color RGB value is (105,144,236).

#6990ec hex color red value is 105, green value is 144 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6990ec hue: 0.62 , saturation: 0.78 and the lightness value of 6990ec is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010000 11101100
Octal 151 220 354
Decimal 105 144 236
Hex 69 90 EC

RGB Percentages of Color #6990ec

%21.65
%29.69
%48.66

CMYK Percentages of Color #6990ec

%56
%39
%0
%7

Triadic Colors of #6990ec

#6990ec #ec6990 #90ec69

Analogous Colors of #6990ec

#6990ec #8469ec #69d2ec

Monochromatic Colors of #6990ec

#6990ec

Complementary Color

#6990ec #ecc569

#6990ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6990ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6990ec Color CSS Codes

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

#6990ec Text Font Color

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

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


#6990ec Background Color

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

This div background color is #6990ec


#6990ec Border Color

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

This div border color is #6990ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6990ec


Comments

No comments written yet.

Please login to write comment.