Color spaces of #6301dc
RGB | 99 | 1 | 220 |
---|---|---|---|
HSL | 0.74 | 0.99 | 0.43 |
HSV | 267° | 100° | 86° |
CMYK | 0.55 | 1.00 | 0.00 0.14 |
XYZ | 18.0747 | 7.8417 | 68.2711 |
Yxy | 7.8417 | 0.1919 | 0.0833 |
Hunter Lab | 28.0030 | 66.2084 | -124.9463 |
CIE-Lab | 33.6510 | 73.5155 | -85.5758 |
#6301dc color RGB value is (99,1,220).
#6301dc hex color red value is 99, green value is 1 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6301dc hue: 0.74 , saturation: 0.99 and the lightness value of 6301dc is 0.43.
The process color (four color CMYK) of #6301dc color hex is 0.55, 1.00, 0.00, 0.14. Web safe color of #6301dc is #6600cc. Color #6301dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 00000001 | 11011100 |
Octal | 143 | 1 | 334 |
Decimal | 99 | 1 | 220 |
Hex | 63 | 1 | DC |
Shades of #6301dc
Tints of #6301dc
RGB Percentages of Color #6301dc
CMYK Percentages of Color #6301dc
Complementary Color
#6301dc | #7adc01 |
#6301dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6301dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6301dc Color CSS Codes
.mybgcolor {background-color:#6301dc; } .myforecolor {color:#6301dc; } .mybordercolor {border:3px solid #6301dc; }
#6301dc Text Font Color
<p style="color:#6301dc">Text here</p>
This sample text font color is #6301dc
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.
#6301dc Background Color
<div style="background-color:#6301dc">
Div content here</div>
This div background color is #6301dc
#6301dc Border Color
<div style="border:3px solid #6301dc">
Div here</div>
This div border color is #6301dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,1,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6301dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6301dc; -webkit-box-shadow: 1px 1px 3px 2px #6301dc; box-shadow: 1px 1px 3px 2px #6301dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,1,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 #6301dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6301dc; -webkit-box-shadow: 1px 1px 3px 2px #6301dc; box-shadow: 1px 1px 3px 2px #6301dc;">
Div content here</div>
This div box has shadow with color #6301dc
Comments
No comments written yet.
Please login to write comment.