Color Hex Logo

#609dff Color Hex

#609DFF
(96,157,255)
0 Favorites   0 Comments

Color spaces of #609dff

RGB 96157255
HSL0.601.000.69
HSV217°62°100°
CMYK 0.620.380.00   0.00
XYZ34.930833.820799.2947
Yxy33.82070.20790.2013
Hunter Lab58.15565.4427-60.5227
CIE-Lab64.82009.7839-54.6032

#609dff color RGB value is (96,157,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011101 11111111
Octal 140 235 377
Decimal 96 157 255
Hex 60 9D FF

RGB Percentages of Color #609dff

%18.90
%30.91
%50.20

CMYK Percentages of Color #609dff

%62
%38
%0
%0

Triadic Colors of #609dff

#609dff #ff609d #9dff60

Analogous Colors of #609dff

#609dff #7360ff #60edff

Monochromatic Colors of #609dff

#609dff

Complementary Color

#609dff #ffc260

#609dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#609dff Color CSS Codes

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

#609dff Text Font Color

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

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


#609dff Background Color

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

This div background color is #609dff


#609dff Border Color

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

This div border color is #609dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609dff

Related Colors


Comments

No comments written yet.

Please login to write comment.