Color Hex Logo

#6063dc Color Hex

#6063DC
(96,99,220)
0 Favorites   0 Comments

Color spaces of #6063dc

RGB 9699220
HSL0.660.640.62
HSV239°56°86°
CMYK 0.560.550.00   0.14
XYZ22.204016.577869.7397
Yxy16.57780.20460.1528
Hunter Lab40.715826.0906-73.0532
CIE-Lab47.723633.2704-62.5315

#6063dc color RGB value is (96,99,220).

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

The process color (four color CMYK) of #6063dc color hex is 0.56, 0.55, 0.00, 0.14. Web safe color of #6063dc is #6666cc. Color #6063dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 11011100
Octal 140 143 334
Decimal 96 99 220
Hex 60 63 DC

RGB Percentages of Color #6063dc

%23.13
%23.86
%53.01

CMYK Percentages of Color #6063dc

%56
%55
%0
%14

Triadic Colors of #6063dc

#6063dc #dc6063 #63dc60

Analogous Colors of #6063dc

#6063dc #9b60dc #60a1dc

Monochromatic Colors of #6063dc

#6063dc

Complementary Color

#6063dc #dcd960

#6063dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6063dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6063dc Color CSS Codes

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

#6063dc Text Font Color

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

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


#6063dc Background Color

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

This div background color is #6063dc


#6063dc Border Color

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

This div border color is #6063dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6063dc


Comments

No comments written yet.

Please login to write comment.