Shades of Mid Grey #636668
Tints of Mid Grey #636668
RGB
CMYK
RGB Variations
Color information
#636668 (or 0x636668) is known color: Mid Grey. HEX triplet: 63, 66 and 68. RGB value is (99,102,104). Sum of RGB (Red+Green+Blue) = 99+102+104=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 104 - color contains mainly: blue. Hex color #636668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636668 is #9C9997. Grayscale: #656565. Windows color (decimal): -10262936 or 6841955. OLE color: 6841955.
HSL color Cylindrical-coordinate representation of color #636668: hue angle of 204º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #636668 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 102 | 104 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.59 |
| HSL | 204º | 0.02% | 0.4% | - |
| HSV(B) | 204º | 0.05% | 0.41% | - |
| XYZ | 12.4 | 13.15 | 14.98 | - |
| YUV | 101.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 104 | 0.05 | 0.02 | 0 | 0.59 | 204 | 0.02 | 0.4 |
| Hex | 63 | 66 | 68 | 5 | 2 | 0 | 3B | CC | 2 | 28 |
| Octal | 143 | 146 | 150 | 5 | 2 | 0 | 73 | 314 | 2 | 50 |
| Binary | 1100011 | 1100110 | 1101000 | 101 | 10 | 0 | 111011 | 11001100 | 10 | 101000 |
Color Harmonies of #636668
Complementary color
Monochromatic Colors of #636668
Black with #636668
Text Example
Text Example
White with #636668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636668; }
p { color: rgb(99,102,104); }
H1.HeaderClassName
{
color: #636668;
}
.AnyTagClassName
{
color: #636668;
}
</style>
background-color css
<style>
a { background-color: #636668; }
a { background-color: rgb(99,102,104); }
div.DivClassName
{
background-color: #636668;
}
.BgClassName
{
background-color: #636668;
}
</style>
border-color css
<style>
span { border-color: #636668; }
span { border-color: rgb(99,102,104); }
td.TdClassName
{
border-color: #636668;
}
.TagClassName
{
border-color: #636668;
}
</style>