Shades of Comet #65667D
Tints of Comet #65667D
RGB
CMYK
RGB Variations
Color information
#65667D (or 0x65667D) is known color: Comet. HEX triplet: 65, 66 and 7D. RGB value is (101,102,125). Sum of RGB (Red+Green+Blue) = 101+102+125=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #65667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65667D is #9A9982. Grayscale: #686868. Windows color (decimal): -10131843 or 8218213. OLE color: 8218213.
HSL color Cylindrical-coordinate representation of color #65667D: hue angle of 237.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65667D is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 102 | 125 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.51 |
| HSL | 237.5º | 0.11% | 0.44% | - |
| HSV(B) | 237.5º | 0.19% | 0.49% | - |
| XYZ | 13.82 | 13.75 | 21.33 | - |
| YUV | 104.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 125 | 0.19 | 0.18 | 0 | 0.51 | 237.5 | 0.11 | 0.44 |
| Hex | 65 | 66 | 7D | 13 | 12 | 0 | 33 | EE | B | 2C |
| Octal | 145 | 146 | 175 | 23 | 22 | 0 | 63 | 356 | 13 | 54 |
| Binary | 1100101 | 1100110 | 1111101 | 10011 | 10010 | 0 | 110011 | 11101110 | 1011 | 101100 |
Color Harmonies of #65667D
Complementary color
Monochromatic Colors of #65667D
Black with #65667D
Text Example
Text Example
White with #65667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65667D; }
p { color: rgb(101,102,125); }
H1.HeaderClassName
{
color: #65667D;
}
.AnyTagClassName
{
color: #65667D;
}
</style>
background-color css
<style>
a { background-color: #65667D; }
a { background-color: rgb(101,102,125); }
div.DivClassName
{
background-color: #65667D;
}
.BgClassName
{
background-color: #65667D;
}
</style>
border-color css
<style>
span { border-color: #65667D; }
span { border-color: rgb(101,102,125); }
td.TdClassName
{
border-color: #65667D;
}
.TagClassName
{
border-color: #65667D;
}
</style>