Color Hex Logo

#6690fc Color Hex

#6690FC
(102,144,252)
0 Favorites   0 Comments

Color spaces of #6690fc

RGB 102144252
HSL0.620.960.69
HSV223°60°99°
CMYK 0.600.430.00   0.01
XYZ33.023429.799696.1068
Yxy29.79960.20780.1875
Hunter Lab54.589012.4521-66.1708
CIE-Lab61.480917.5352-58.2620

#6690fc color RGB value is (102,144,252).

#6690fc hex color red value is 102, green value is 144 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6690fc hue: 0.62 , saturation: 0.96 and the lightness value of 6690fc is 0.69.

The process color (four color CMYK) of #6690fc color hex is 0.60, 0.43, 0.00, 0.01. Web safe color of #6690fc is #6699ff. Color #6690fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010000 11111100
Octal 146 220 374
Decimal 102 144 252
Hex 66 90 FC

RGB Percentages of Color #6690fc

%20.48
%28.92
%50.60

CMYK Percentages of Color #6690fc

%60
%43
%0
%1

Triadic Colors of #6690fc

#6690fc #fc6690 #90fc66

Analogous Colors of #6690fc

#6690fc #8766fc #66dbfc

Monochromatic Colors of #6690fc

#6690fc

Complementary Color

#6690fc #fcd266

#6690fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6690fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6690fc Color CSS Codes

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

#6690fc Text Font Color

<p style="color:#6690fc">Text here</p>

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


#6690fc Background Color

<div style="background-color:#6690fc">
Div content here</div>

This div background color is #6690fc


#6690fc Border Color

<div style="border:3px solid #6690fc">
Div here</div>

This div border color is #6690fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,144,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6690fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6690fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6690fc;
  box-shadow:         1px 1px 3px 2px #6690fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6690fc

Related Colors


Comments

No comments written yet.

Please login to write comment.