Color Hex Logo

#669bff Color Hex

#669BFF
(102,155,255)
0 Favorites   0 Comments

Color spaces of #669bff

RGB 102155255
HSL0.611.000.70
HSV219°60°100°
CMYK 0.600.390.00   0.00
XYZ35.250833.487599.2136
Yxy33.48750.20990.1994
Hunter Lab57.86847.4644-61.1430
CIE-Lab64.553712.0220-55.0095

#669bff color RGB value is (102,155,255).

#669bff hex color red value is 102, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #669bff hue: 0.61 , saturation: 1.00 and the lightness value of 669bff is 0.70.

The process color (four color CMYK) of #669bff color hex is 0.60, 0.39, 0.00, 0.00. Web safe color of #669bff is #6699ff. Color #669bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011011 11111111
Octal 146 233 377
Decimal 102 155 255
Hex 66 9B FF

RGB Percentages of Color #669bff

%19.92
%30.27
%49.80

CMYK Percentages of Color #669bff

%60
%39
%0
%0

Triadic Colors of #669bff

#669bff #ff669b #9bff66

Analogous Colors of #669bff

#669bff #7e66ff #66e8ff

Monochromatic Colors of #669bff

#669bff

Complementary Color

#669bff #ffca66

#669bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#669bff Color CSS Codes

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

#669bff Text Font Color

<p style="color:#669bff">Text here</p>

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


#669bff Background Color

<div style="background-color:#669bff">
Div content here</div>

This div background color is #669bff


#669bff Border Color

<div style="border:3px solid #669bff">
Div here</div>

This div border color is #669bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,155,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #669bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #669bff;
  -webkit-box-shadow: 1px 1px 3px 2px #669bff;
  box-shadow:         1px 1px 3px 2px #669bff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669bff

Related Colors

#669bff Color Palettes


Comments

No comments written yet.

Please login to write comment.