Color Hex Logo

#606bff Color Hex

#606BFF
(96,107,255)
0 Favorites   0 Comments

Color spaces of #606bff

RGB 96107255
HSL0.661.000.69
HSV236°62°100°
CMYK 0.620.580.00   0.00
XYZ28.131620.222297.0283
Yxy20.22220.19350.1391
Hunter Lab44.969132.9694-96.4496
CIE-Lab52.087539.7324-75.0688

#606bff color RGB value is (96,107,255).

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

The process color (four color CMYK) of #606bff color hex is 0.62, 0.58, 0.00, 0.00. Web safe color of #606bff is #6666ff. Color #606bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101011 11111111
Octal 140 153 377
Decimal 96 107 255
Hex 60 6B FF

RGB Percentages of Color #606bff

%20.96
%23.36
%55.68

CMYK Percentages of Color #606bff

%62
%58
%0
%0

Triadic Colors of #606bff

#606bff #ff606b #6bff60

Analogous Colors of #606bff

#606bff #a560ff #60bbff

Monochromatic Colors of #606bff

#606bff

Complementary Color

#606bff #fff460

#606bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#606bff Color CSS Codes

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

#606bff Text Font Color

<p style="color:#606bff">Text here</p>

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


#606bff Background Color

<div style="background-color:#606bff">
Div content here</div>

This div background color is #606bff


#606bff Border Color

<div style="border:3px solid #606bff">
Div here</div>

This div border color is #606bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606bff

Related Colors

#606bff Color Palettes


Comments

No comments written yet.

Please login to write comment.