Color Hex Logo

#6063cb Color Hex

#6063CB
(96,99,203)
0 Favorites   0 Comments

Color spaces of #6063cb

RGB 9699203
HSL0.660.510.59
HSV238°53°80°
CMYK 0.530.510.00   0.20
XYZ20.065215.722358.4771
Yxy15.72230.21290.1668
Hunter Lab39.651420.9384-59.6839
CIE-Lab46.608027.8558-54.6244

#6063cb color RGB value is (96,99,203).

#6063cb hex color red value is 96, green value is 99 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6063cb hue: 0.66 , saturation: 0.51 and the lightness value of 6063cb is 0.59.

The process color (four color CMYK) of #6063cb color hex is 0.53, 0.51, 0.00, 0.20. Web safe color of #6063cb is #6666cc. Color #6063cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 11001011
Octal 140 143 313
Decimal 96 99 203
Hex 60 63 CB

RGB Percentages of Color #6063cb

%24.12
%24.87
%51.01

CMYK Percentages of Color #6063cb

%53
%51
%0
%20

Triadic Colors of #6063cb

#6063cb #cb6063 #63cb60

Analogous Colors of #6063cb

#6063cb #9360cb #6099cb

Monochromatic Colors of #6063cb

#6063cb

Complementary Color

#6063cb #cbc860

#6063cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6063cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6063cb Color CSS Codes

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

#6063cb Text Font Color

<p style="color:#6063cb">Text here</p>

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


#6063cb Background Color

<div style="background-color:#6063cb">
Div content here</div>

This div background color is #6063cb


#6063cb Border Color

<div style="border:3px solid #6063cb">
Div here</div>

This div border color is #6063cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,99,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6063cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6063cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6063cb;
  box-shadow:         1px 1px 3px 2px #6063cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6063cb


Comments

No comments written yet.

Please login to write comment.