Color spaces of #6498ea
RGB | 100 | 152 | 234 |
---|---|---|---|
HSL | 0.60 | 0.76 | 0.65 |
HSV | 217° | 57° | 92° |
CMYK | 0.57 | 0.35 | 0.00 0.08 |
XYZ | 31.3350 | 31.1063 | 82.1945 |
Yxy | 31.1063 | 0.2166 | 0.2151 |
Hunter Lab | 55.7730 | 2.6840 | -48.3365 |
CIE-Lab | 62.5973 | 6.6278 | -46.5935 |
#6498ea color RGB value is (100,152,234).
#6498ea hex color red value is 100, green value is 152 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6498ea hue: 0.60 , saturation: 0.76 and the lightness value of 6498ea is 0.65.
The process color (four color CMYK) of #6498ea color hex is 0.57, 0.35, 0.00, 0.08. Web safe color of #6498ea is #6699ff. Color #6498ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 10011000 | 11101010 |
Octal | 144 | 230 | 352 |
Decimal | 100 | 152 | 234 |
Hex | 64 | 98 | EA |
Shades of #6498ea
Tints of #6498ea
RGB Percentages of Color #6498ea
CMYK Percentages of Color #6498ea
Complementary Color
#6498ea | #eab664 |
#6498ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6498ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#6498ea Color CSS Codes
.mybgcolor {background-color:#6498ea; } .myforecolor {color:#6498ea; } .mybordercolor {border:3px solid #6498ea; }
#6498ea Text Font Color
<p style="color:#6498ea">Text here</p>
This sample text font color is #6498ea
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.
#6498ea Background Color
<div style="background-color:#6498ea">
Div content here</div>
This div background color is #6498ea
#6498ea Border Color
<div style="border:3px solid #6498ea">
Div here</div>
This div border color is #6498ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,152,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6498ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6498ea; -webkit-box-shadow: 1px 1px 3px 2px #6498ea; box-shadow: 1px 1px 3px 2px #6498ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,152,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6498ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6498ea; -webkit-box-shadow: 1px 1px 3px 2px #6498ea; box-shadow: 1px 1px 3px 2px #6498ea;">
Div content here</div>
This div box has shadow with color #6498ea
Comments
No comments written yet.
Please login to write comment.