Color Hex Logo

#669eff Color Hex

#669EFF
(102,158,255)
0 Favorites   0 Comments

Color spaces of #669eff

RGB 102158255
HSL0.611.000.70
HSV218°60°100°
CMYK 0.600.380.00   0.00
XYZ35.756334.498599.3821
Yxy34.49850.21080.2034
Hunter Lab58.73545.8783-59.2057
CIE-Lab65.356310.2714-53.7353

#669eff color RGB value is (102,158,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011110 11111111
Octal 146 236 377
Decimal 102 158 255
Hex 66 9E FF

RGB Percentages of Color #669eff

%19.81
%30.68
%49.51

CMYK Percentages of Color #669eff

%60
%38
%0
%0

Triadic Colors of #669eff

#669eff #ff669e #9eff66

Analogous Colors of #669eff

#669eff #7b66ff #66ebff

Monochromatic Colors of #669eff

#669eff

Complementary Color

#669eff #ffc766

#669eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#669eff Color CSS Codes

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

#669eff Text Font Color

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

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


#669eff Background Color

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

This div background color is #669eff


#669eff Border Color

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

This div border color is #669eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,158,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 #669eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669eff


Comments

No comments written yet.

Please login to write comment.