Shades of Comet #65678C
Tints of Comet #65678C
RGB
CMYK
RGB Variations
Color information
#65678C (or 0x65678C) is known color: Comet. HEX triplet: 65, 67 and 8C. RGB value is (101,103,140). Sum of RGB (Red+Green+Blue) = 101+103+140=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #65678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65678C is #9A9873. Grayscale: #6A6A6A. Windows color (decimal): -10131572 or 9201509. OLE color: 9201509.
HSL color Cylindrical-coordinate representation of color #65678C: hue angle of 236.92º degrees, saturation: 0.16, 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 #65678C is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 103 | 140 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.45 |
| HSL | 236.92º | 0.16% | 0.47% | - |
| HSV(B) | 236.92º | 0.28% | 0.55% | - |
| XYZ | 14.95 | 14.36 | 26.79 | - |
| YUV | 106.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 140 | 0.28 | 0.26 | 0 | 0.45 | 236.92 | 0.16 | 0.47 |
| Hex | 65 | 67 | 8C | 1C | 1A | 0 | 2D | ED | 10 | 2F |
| Octal | 145 | 147 | 214 | 34 | 32 | 0 | 55 | 355 | 20 | 57 |
| Binary | 1100101 | 1100111 | 10001100 | 11100 | 11010 | 0 | 101101 | 11101101 | 10000 | 101111 |
Color Harmonies of #65678C
Complementary color
Monochromatic Colors of #65678C
Black with #65678C
Text Example
Text Example
White with #65678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65678C; }
p { color: rgb(101,103,140); }
H1.HeaderClassName
{
color: #65678C;
}
.AnyTagClassName
{
color: #65678C;
}
</style>
background-color css
<style>
a { background-color: #65678C; }
a { background-color: rgb(101,103,140); }
div.DivClassName
{
background-color: #65678C;
}
.BgClassName
{
background-color: #65678C;
}
</style>
border-color css
<style>
span { border-color: #65678C; }
span { border-color: rgb(101,103,140); }
td.TdClassName
{
border-color: #65678C;
}
.TagClassName
{
border-color: #65678C;
}
</style>