Color Hex Logo

#606cfc Color Hex

#606CFC
(96,108,252)
0 Favorites   0 Comments

Color spaces of #606cfc

RGB 96108252
HSL0.650.960.68
HSV235°62°99°
CMYK 0.620.570.00   0.01
XYZ27.757120.240294.5392
Yxy20.24020.19470.1420
Hunter Lab44.989131.3989-93.0984
CIE-Lab52.107738.1601-73.3739

#606cfc color RGB value is (96,108,252).

#606cfc hex color red value is 96, green value is 108 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #606cfc hue: 0.65 , saturation: 0.96 and the lightness value of 606cfc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 11111100
Octal 140 154 374
Decimal 96 108 252
Hex 60 6C FC

RGB Percentages of Color #606cfc

%21.05
%23.68
%55.26

CMYK Percentages of Color #606cfc

%62
%57
%0
%1

Triadic Colors of #606cfc

#606cfc #fc606c #6cfc60

Analogous Colors of #606cfc

#606cfc #a260fc #60bafc

Monochromatic Colors of #606cfc

#606cfc

Complementary Color

#606cfc #fcf060

#606cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#606cfc Color CSS Codes

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

#606cfc Text Font Color

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

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


#606cfc Background Color

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

This div background color is #606cfc


#606cfc Border Color

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

This div border color is #606cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,108,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #606cfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606cfc


Comments

No comments written yet.

Please login to write comment.