Shades of Comet #65688A
Tints of Comet #65688A
RGB
CMYK
RGB Variations
Color information
#65688A (or 0x65688A) is known color: Comet. HEX triplet: 65, 68 and 8A. RGB value is (101,104,138). Sum of RGB (Red+Green+Blue) = 101+104+138=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #65688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65688A is #9A9775. Grayscale: #6A6A6A. Windows color (decimal): -10131318 or 9070693. OLE color: 9070693.
HSL color Cylindrical-coordinate representation of color #65688A: hue angle of 235.14º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65688A is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 104 | 138 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.46 |
| HSL | 235.14º | 0.15% | 0.47% | - |
| HSV(B) | 235.14º | 0.27% | 0.54% | - |
| XYZ | 14.9 | 14.5 | 26.06 | - |
| YUV | 106.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 138 | 0.27 | 0.25 | 0 | 0.46 | 235.14 | 0.15 | 0.47 |
| Hex | 65 | 68 | 8A | 1B | 19 | 0 | 2E | EB | F | 2F |
| Octal | 145 | 150 | 212 | 33 | 31 | 0 | 56 | 353 | 17 | 57 |
| Binary | 1100101 | 1101000 | 10001010 | 11011 | 11001 | 0 | 101110 | 11101011 | 1111 | 101111 |
Color Harmonies of #65688A
Complementary color
Monochromatic Colors of #65688A
Black with #65688A
Text Example
Text Example
White with #65688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65688A; }
p { color: rgb(101,104,138); }
H1.HeaderClassName
{
color: #65688A;
}
.AnyTagClassName
{
color: #65688A;
}
</style>
background-color css
<style>
a { background-color: #65688A; }
a { background-color: rgb(101,104,138); }
div.DivClassName
{
background-color: #65688A;
}
.BgClassName
{
background-color: #65688A;
}
</style>
border-color css
<style>
span { border-color: #65688A; }
span { border-color: rgb(101,104,138); }
td.TdClassName
{
border-color: #65688A;
}
.TagClassName
{
border-color: #65688A;
}
</style>