Shades of Comet #65678D
Tints of Comet #65678D
RGB
CMYK
RGB Variations
Color information
#65678D (or 0x65678D) is known color: Comet. HEX triplet: 65, 67 and 8D. RGB value is (101,103,141). Sum of RGB (Red+Green+Blue) = 101+103+141=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #65678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65678D is #9A9872. Grayscale: #6A6A6A. Windows color (decimal): -10131571 or 9267045. OLE color: 9267045.
HSL color Cylindrical-coordinate representation of color #65678D: hue angle of 237º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65678D is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 103 | 141 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.45 |
| HSL | 237º | 0.17% | 0.47% | - |
| HSV(B) | 237º | 0.28% | 0.55% | - |
| XYZ | 15.02 | 14.39 | 27.19 | - |
| YUV | 106.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 141 | 0.28 | 0.27 | 0 | 0.45 | 237 | 0.17 | 0.47 |
| Hex | 65 | 67 | 8D | 1C | 1B | 0 | 2D | ED | 11 | 2F |
| Octal | 145 | 147 | 215 | 34 | 33 | 0 | 55 | 355 | 21 | 57 |
| Binary | 1100101 | 1100111 | 10001101 | 11100 | 11011 | 0 | 101101 | 11101101 | 10001 | 101111 |
Color Harmonies of #65678D
Complementary color
Monochromatic Colors of #65678D
Black with #65678D
Text Example
Text Example
White with #65678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65678D; }
p { color: rgb(101,103,141); }
H1.HeaderClassName
{
color: #65678D;
}
.AnyTagClassName
{
color: #65678D;
}
</style>
background-color css
<style>
a { background-color: #65678D; }
a { background-color: rgb(101,103,141); }
div.DivClassName
{
background-color: #65678D;
}
.BgClassName
{
background-color: #65678D;
}
</style>
border-color css
<style>
span { border-color: #65678D; }
span { border-color: rgb(101,103,141); }
td.TdClassName
{
border-color: #65678D;
}
.TagClassName
{
border-color: #65678D;
}
</style>