Shades of Comet #606388
Tints of Comet #606388
RGB
CMYK
RGB Variations
Color information
#606388 (or 0x606388) is known color: Comet. HEX triplet: 60, 63 and 88. RGB value is (96,99,136). Sum of RGB (Red+Green+Blue) = 96+99+136=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #606388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606388 is #9F9C77. Grayscale: #666666. Windows color (decimal): -10460280 or 8938336. OLE color: 8938336.
HSL color Cylindrical-coordinate representation of color #606388: hue angle of 235.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #606388 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 99 | 136 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.47 |
| HSL | 235.5º | 0.17% | 0.45% | - |
| HSV(B) | 235.5º | 0.29% | 0.53% | - |
| XYZ | 13.73 | 13.19 | 25.11 | - |
| YUV | 102.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 136 | 0.29 | 0.27 | 0 | 0.47 | 235.5 | 0.17 | 0.45 |
| Hex | 60 | 63 | 88 | 1D | 1B | 0 | 2F | EC | 11 | 2D |
| Octal | 140 | 143 | 210 | 35 | 33 | 0 | 57 | 354 | 21 | 55 |
| Binary | 1100000 | 1100011 | 10001000 | 11101 | 11011 | 0 | 101111 | 11101100 | 10001 | 101101 |
Color Harmonies of #606388
Complementary color
Monochromatic Colors of #606388
Black with #606388
Text Example
Text Example
White with #606388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606388; }
p { color: rgb(96,99,136); }
H1.HeaderClassName
{
color: #606388;
}
.AnyTagClassName
{
color: #606388;
}
</style>
background-color css
<style>
a { background-color: #606388; }
a { background-color: rgb(96,99,136); }
div.DivClassName
{
background-color: #606388;
}
.BgClassName
{
background-color: #606388;
}
</style>
border-color css
<style>
span { border-color: #606388; }
span { border-color: rgb(96,99,136); }
td.TdClassName
{
border-color: #606388;
}
.TagClassName
{
border-color: #606388;
}
</style>