Shades of Comet #65688C
Tints of Comet #65688C
RGB
CMYK
RGB Variations
Color information
#65688C (or 0x65688C) is known color: Comet. HEX triplet: 65, 68 and 8C. RGB value is (101,104,140). Sum of RGB (Red+Green+Blue) = 101+104+140=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #65688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65688C is #9A9773. Grayscale: #6B6B6B. Windows color (decimal): -10131316 or 9201765. OLE color: 9201765.
HSL color Cylindrical-coordinate representation of color #65688C: hue angle of 235.38º 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 #65688C is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 104 | 140 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.45 |
| HSL | 235.38º | 0.16% | 0.47% | - |
| HSV(B) | 235.38º | 0.28% | 0.55% | - |
| XYZ | 15.05 | 14.56 | 26.83 | - |
| YUV | 107.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 140 | 0.28 | 0.26 | 0 | 0.45 | 235.38 | 0.16 | 0.47 |
| Hex | 65 | 68 | 8C | 1C | 1A | 0 | 2D | EB | 10 | 2F |
| Octal | 145 | 150 | 214 | 34 | 32 | 0 | 55 | 353 | 20 | 57 |
| Binary | 1100101 | 1101000 | 10001100 | 11100 | 11010 | 0 | 101101 | 11101011 | 10000 | 101111 |
Color Harmonies of #65688C
Complementary color
Monochromatic Colors of #65688C
Black with #65688C
Text Example
Text Example
White with #65688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65688C; }
p { color: rgb(101,104,140); }
H1.HeaderClassName
{
color: #65688C;
}
.AnyTagClassName
{
color: #65688C;
}
</style>
background-color css
<style>
a { background-color: #65688C; }
a { background-color: rgb(101,104,140); }
div.DivClassName
{
background-color: #65688C;
}
.BgClassName
{
background-color: #65688C;
}
</style>
border-color css
<style>
span { border-color: #65688C; }
span { border-color: rgb(101,104,140); }
td.TdClassName
{
border-color: #65688C;
}
.TagClassName
{
border-color: #65688C;
}
</style>