Color Hex Logo

#6699fd Color Hex

#6699FD
(102,153,253)
0 Favorites   0 Comments

Color spaces of #6699fd

RGB 102153253
HSL0.610.970.70
HSV220°60°99°
CMYK 0.600.400.00   0.01
XYZ34.600332.699197.4164
Yxy32.69910.21010.1985
Hunter Lab57.18317.9361-60.9775
CIE-Lab63.916512.5450-54.9302

#6699fd color RGB value is (102,153,253).

#6699fd hex color red value is 102, green value is 153 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6699fd hue: 0.61 , saturation: 0.97 and the lightness value of 6699fd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011001 11111101
Octal 146 231 375
Decimal 102 153 253
Hex 66 99 FD

RGB Percentages of Color #6699fd

%20.08
%30.12
%49.80

CMYK Percentages of Color #6699fd

%60
%40
%0
%1

Triadic Colors of #6699fd

#6699fd #fd6699 #99fd66

Analogous Colors of #6699fd

#6699fd #7f66fd #66e5fd

Monochromatic Colors of #6699fd

#6699fd

Complementary Color

#6699fd #fdca66

#6699fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6699fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6699fd Color CSS Codes

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

#6699fd Text Font Color

<p style="color:#6699fd">Text here</p>

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


#6699fd Background Color

<div style="background-color:#6699fd">
Div content here</div>

This div background color is #6699fd


#6699fd Border Color

<div style="border:3px solid #6699fd">
Div here</div>

This div border color is #6699fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,153,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6699fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6699fd;
  -webkit-box-shadow: 1px 1px 3px 2px #6699fd;
  box-shadow:         1px 1px 3px 2px #6699fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6699fd


Comments

No comments written yet.

Please login to write comment.