Color Hex Logo

#659dff Color Hex

#659DFF
(101,157,255)
0 Favorites   0 Comments

Color spaces of #659dff

RGB 101157255
HSL0.611.000.70
HSV218°60°100°
CMYK 0.600.380.00   0.00
XYZ35.473834.100699.3202
Yxy34.10060.21000.2019
Hunter Lab58.39576.2414-59.9642
CIE-Lab65.042310.6718-54.2364

#659dff color RGB value is (101,157,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011101 11111111
Octal 145 235 377
Decimal 101 157 255
Hex 65 9D FF

RGB Percentages of Color #659dff

%19.69
%30.60
%49.71

CMYK Percentages of Color #659dff

%60
%38
%0
%0

Triadic Colors of #659dff

#659dff #ff659d #9dff65

Analogous Colors of #659dff

#659dff #7a65ff #65eaff

Monochromatic Colors of #659dff

#659dff

Complementary Color

#659dff #ffc765

#659dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#659dff Color CSS Codes

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

#659dff Text Font Color

<p style="color:#659dff">Text here</p>

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


#659dff Background Color

<div style="background-color:#659dff">
Div content here</div>

This div background color is #659dff


#659dff Border Color

<div style="border:3px solid #659dff">
Div here</div>

This div border color is #659dff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,157,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #659dff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #659dff;
  -webkit-box-shadow: 1px 1px 3px 2px #659dff;
  box-shadow:         1px 1px 3px 2px #659dff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,157,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 #659dff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659dff

Related Colors


Comments

No comments written yet.

Please login to write comment.