Color Hex Logo

#6694fa Color Hex

#6694FA
(102,148,250)
0 Favorites   0 Comments

Color spaces of #6694fa

RGB 102148250
HSL0.610.940.69
HSV221°59°98°
CMYK 0.590.410.00   0.02
XYZ33.324730.906794.6517
Yxy30.90670.20970.1945
Hunter Lab55.59389.7095-62.0291
CIE-Lab62.428814.5153-55.6546

#6694fa color RGB value is (102,148,250).

#6694fa hex color red value is 102, green value is 148 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6694fa hue: 0.61 , saturation: 0.94 and the lightness value of 6694fa is 0.69.

The process color (four color CMYK) of #6694fa color hex is 0.59, 0.41, 0.00, 0.02. Web safe color of #6694fa is #6699ff. Color #6694fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010100 11111010
Octal 146 224 372
Decimal 102 148 250
Hex 66 94 FA

RGB Percentages of Color #6694fa

%20.40
%29.60
%50.00

CMYK Percentages of Color #6694fa

%59
%41
%0
%2

Triadic Colors of #6694fa

#6694fa #fa6694 #94fa66

Analogous Colors of #6694fa

#6694fa #8266fa #66defa

Monochromatic Colors of #6694fa

#6694fa

Complementary Color

#6694fa #facc66

#6694fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6694fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6694fa Color CSS Codes

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

#6694fa Text Font Color

<p style="color:#6694fa">Text here</p>

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


#6694fa Background Color

<div style="background-color:#6694fa">
Div content here</div>

This div background color is #6694fa


#6694fa Border Color

<div style="border:3px solid #6694fa">
Div here</div>

This div border color is #6694fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,148,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6694fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6694fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6694fa;
  box-shadow:         1px 1px 3px 2px #6694fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6694fa


Comments

No comments written yet.

Please login to write comment.