Color spaces of #6660ee
RGB | 102 | 96 | 238 |
---|---|---|---|
HSL | 0.67 | 0.81 | 0.65 |
HSV | 243° | 60° | 93° |
CMYK | 0.57 | 0.60 | 0.00 0.07 |
XYZ | 25.0950 | 17.3636 | 82.9178 |
Yxy | 17.3636 | 0.2002 | 0.1385 |
Hunter Lab | 41.6697 | 34.5774 | -88.8115 |
CIE-Lab | 48.7149 | 41.8208 | -71.0611 |
#6660ee color RGB value is (102,96,238).
#6660ee hex color red value is 102, green value is 96 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6660ee hue: 0.67 , saturation: 0.81 and the lightness value of 6660ee is 0.65.
The process color (four color CMYK) of #6660ee color hex is 0.57, 0.60, 0.00, 0.07. Web safe color of #6660ee is #6666ff. Color #6660ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01100000 | 11101110 |
Octal | 146 | 140 | 356 |
Decimal | 102 | 96 | 238 |
Hex | 66 | 60 | EE |
Shades of #6660ee
Tints of #6660ee
RGB Percentages of Color #6660ee
CMYK Percentages of Color #6660ee
Complementary Color
#6660ee | #e8ee60 |
#6660ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6660ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#6660ee Color CSS Codes
.mybgcolor {background-color:#6660ee; } .myforecolor {color:#6660ee; } .mybordercolor {border:3px solid #6660ee; }
#6660ee Text Font Color
<p style="color:#6660ee">Text here</p>
This sample text font color is #6660ee
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.
#6660ee Background Color
<div style="background-color:#6660ee">
Div content here</div>
This div background color is #6660ee
#6660ee Border Color
<div style="border:3px solid #6660ee">
Div here</div>
This div border color is #6660ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,96,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6660ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6660ee; -webkit-box-shadow: 1px 1px 3px 2px #6660ee; box-shadow: 1px 1px 3px 2px #6660ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,96,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6660ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6660ee; -webkit-box-shadow: 1px 1px 3px 2px #6660ee; box-shadow: 1px 1px 3px 2px #6660ee;">
Div content here</div>
This div box has shadow with color #6660ee
Comments
No comments written yet.
Please login to write comment.