Color Hex Logo

#6691da Color Hex

#6691DA
(102,145,218)
0 Favorites   0 Comments

Color spaces of #6691da

RGB 102145218
HSL0.600.610.63
HSV218°53°85°
CMYK 0.530.330.00   0.15
XYZ28.259828.137570.2713
Yxy28.13750.22310.2221
Hunter Lab53.04482.2681-41.4133
CIE-Lab60.01286.0773-41.7802

#6691da color RGB value is (102,145,218).

#6691da hex color red value is 102, green value is 145 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6691da hue: 0.60 , saturation: 0.61 and the lightness value of 6691da is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010001 11011010
Octal 146 221 332
Decimal 102 145 218
Hex 66 91 DA

RGB Percentages of Color #6691da

%21.94
%31.18
%46.88

CMYK Percentages of Color #6691da

%53
%33
%0
%15

Triadic Colors of #6691da

#6691da #da6691 #91da66

Analogous Colors of #6691da

#6691da #7566da #66cbda

Monochromatic Colors of #6691da

#6691da

Complementary Color

#6691da #daaf66

#6691da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6691da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6691da Color CSS Codes

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

#6691da Text Font Color

<p style="color:#6691da">Text here</p>

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


#6691da Background Color

<div style="background-color:#6691da">
Div content here</div>

This div background color is #6691da


#6691da Border Color

<div style="border:3px solid #6691da">
Div here</div>

This div border color is #6691da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,145,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6691da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6691da;
  -webkit-box-shadow: 1px 1px 3px 2px #6691da;
  box-shadow:         1px 1px 3px 2px #6691da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,145,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6691da


Comments

No comments written yet.

Please login to write comment.