Color spaces of #639afb
RGB | 99 | 154 | 251 |
---|---|---|---|
HSL | 0.61 | 0.95 | 0.69 |
HSV | 218° | 61° | 98° |
CMYK | 0.61 | 0.39 | 0.00 0.02 |
XYZ | 34.1138 | 32.7289 | 95.7861 |
Yxy | 32.7289 | 0.2098 | 0.2012 |
Hunter Lab | 57.2092 | 6.3234 | -59.2236 |
CIE-Lab | 63.9408 | 10.7593 | -53.8072 |
#639afb color RGB value is (99,154,251).
#639afb hex color red value is 99, green value is 154 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #639afb hue: 0.61 , saturation: 0.95 and the lightness value of 639afb is 0.69.
The process color (four color CMYK) of #639afb color hex is 0.61, 0.39, 0.00, 0.02. Web safe color of #639afb is #6699ff. Color #639afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 10011010 | 11111011 |
Octal | 143 | 232 | 373 |
Decimal | 99 | 154 | 251 |
Hex | 63 | 9A | FB |
Shades of #639afb
Tints of #639afb
RGB Percentages of Color #639afb
CMYK Percentages of Color #639afb
Complementary Color
#639afb | #fbc463 |
#639afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#639afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#639afb Color CSS Codes
.mybgcolor {background-color:#639afb; } .myforecolor {color:#639afb; } .mybordercolor {border:3px solid #639afb; }
#639afb Text Font Color
<p style="color:#639afb">Text here</p>
This sample text font color is #639afb
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.
#639afb Background Color
<div style="background-color:#639afb">
Div content here</div>
This div background color is #639afb
#639afb Border Color
<div style="border:3px solid #639afb">
Div here</div>
This div border color is #639afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,154,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #639afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #639afb; -webkit-box-shadow: 1px 1px 3px 2px #639afb; box-shadow: 1px 1px 3px 2px #639afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,154,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #639afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #639afb; -webkit-box-shadow: 1px 1px 3px 2px #639afb; box-shadow: 1px 1px 3px 2px #639afb;">
Div content here</div>
This div box has shadow with color #639afb
Comments
No comments written yet.
Please login to write comment.