Color Hex Logo

#6690fb Color Hex

#6690FB
(102,144,251)
0 Favorites   0 Comments

Color spaces of #6690fb

RGB 102144251
HSL0.620.950.69
HSV223°59°98°
CMYK 0.590.430.00   0.02
XYZ32.865329.736395.2743
Yxy29.73630.20820.1884
Hunter Lab54.531012.1510-65.4173
CIE-Lab61.426017.2100-57.8011

#6690fb color RGB value is (102,144,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010000 11111011
Octal 146 220 373
Decimal 102 144 251
Hex 66 90 FB

RGB Percentages of Color #6690fb

%20.52
%28.97
%50.50

CMYK Percentages of Color #6690fb

%59
%43
%0
%2

Triadic Colors of #6690fb

#6690fb #fb6690 #90fb66

Analogous Colors of #6690fb

#6690fb #8766fb #66dbfb

Monochromatic Colors of #6690fb

#6690fb

Complementary Color

#6690fb #fbd166

#6690fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6690fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6690fb Color CSS Codes

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

#6690fb Text Font Color

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

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


#6690fb Background Color

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

This div background color is #6690fb


#6690fb Border Color

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

This div border color is #6690fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6690fb


Comments

No comments written yet.

Please login to write comment.