Color Hex Logo

#6675fd Color Hex

#6675FD
(102,117,253)
0 Favorites   0 Comments

Color spaces of #6675fd

RGB 102117253
HSL0.650.970.70
HSV234°60°99°
CMYK 0.600.540.00   0.01
XYZ29.570422.639295.7398
Yxy22.63920.19990.1530
Hunter Lab47.580727.6679-85.9944
CIE-Lab54.698734.0637-69.7109

#6675fd color RGB value is (102,117,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110101 11111101
Octal 146 165 375
Decimal 102 117 253
Hex 66 75 FD

RGB Percentages of Color #6675fd

%21.61
%24.79
%53.60

CMYK Percentages of Color #6675fd

%60
%54
%0
%1

Triadic Colors of #6675fd

#6675fd #fd6675 #75fd66

Analogous Colors of #6675fd

#6675fd #a366fd #66c1fd

Monochromatic Colors of #6675fd

#6675fd

Complementary Color

#6675fd #fdee66

#6675fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6675fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6675fd Color CSS Codes

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

#6675fd Text Font Color

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

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


#6675fd Background Color

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

This div background color is #6675fd


#6675fd Border Color

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

This div border color is #6675fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6675fd

Related Colors


Comments

No comments written yet.

Please login to write comment.