Color spaces of #6678ca
RGB | 102 | 120 | 202 |
---|---|---|---|
HSL | 0.64 | 0.49 | 0.60 |
HSV | 229° | 50° | 79° |
CMYK | 0.50 | 0.41 | 0.00 0.21 |
XYZ | 22.8566 | 20.5220 | 58.6336 |
Yxy | 20.5220 | 0.2241 | 0.2012 |
Hunter Lab | 45.3012 | 10.7845 | -45.0285 |
CIE-Lab | 52.4223 | 16.0050 | -44.7447 |
#6678ca color RGB value is (102,120,202).
#6678ca hex color red value is 102, green value is 120 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6678ca hue: 0.64 , saturation: 0.49 and the lightness value of 6678ca is 0.60.
The process color (four color CMYK) of #6678ca color hex is 0.50, 0.41, 0.00, 0.21. Web safe color of #6678ca is #6666cc. Color #6678ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01111000 | 11001010 |
Octal | 146 | 170 | 312 |
Decimal | 102 | 120 | 202 |
Hex | 66 | 78 | CA |
Shades of #6678ca
Tints of #6678ca
RGB Percentages of Color #6678ca
CMYK Percentages of Color #6678ca
Complementary Color
#6678ca | #cab866 |
#6678ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6678ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#6678ca Color CSS Codes
.mybgcolor {background-color:#6678ca; } .myforecolor {color:#6678ca; } .mybordercolor {border:3px solid #6678ca; }
#6678ca Text Font Color
<p style="color:#6678ca">Text here</p>
This sample text font color is #6678ca
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.
#6678ca Background Color
<div style="background-color:#6678ca">
Div content here</div>
This div background color is #6678ca
#6678ca Border Color
<div style="border:3px solid #6678ca">
Div here</div>
This div border color is #6678ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,120,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6678ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6678ca; -webkit-box-shadow: 1px 1px 3px 2px #6678ca; box-shadow: 1px 1px 3px 2px #6678ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,120,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6678ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6678ca; -webkit-box-shadow: 1px 1px 3px 2px #6678ca; box-shadow: 1px 1px 3px 2px #6678ca;">
Div content here</div>
This div box has shadow with color #6678ca
Comments
No comments written yet.
Please login to write comment.