Color Hex Logo

#606fff Color Hex

#606FFF
(96,111,255)
0 Favorites   0 Comments

Color spaces of #606fff

RGB 96111255
HSL0.651.000.69
HSV234°62°100°
CMYK 0.620.560.00   0.00
XYZ28.558321.075797.1706
Yxy21.07570.19450.1436
Hunter Lab45.908330.7005-93.3589
CIE-Lab53.032237.3366-73.5339

#606fff color RGB value is (96,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101111 11111111
Octal 140 157 377
Decimal 96 111 255
Hex 60 6F FF

RGB Percentages of Color #606fff

%20.78
%24.03
%55.19

CMYK Percentages of Color #606fff

%62
%56
%0
%0

Triadic Colors of #606fff

#606fff #ff606f #6fff60

Analogous Colors of #606fff

#606fff #a160ff #60bfff

Monochromatic Colors of #606fff

#606fff

Complementary Color

#606fff #fff060

#606fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#606fff Color CSS Codes

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

#606fff Text Font Color

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

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


#606fff Background Color

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

This div background color is #606fff


#606fff Border Color

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

This div border color is #606fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606fff


Comments

No comments written yet.

Please login to write comment.