Shades of Mid Grey #636769
Tints of Mid Grey #636769
RGB
CMYK
RGB Variations
Color information
#636769 (or 0x636769) is known color: Mid Grey. HEX triplet: 63, 67 and 69. RGB value is (99,103,105). Sum of RGB (Red+Green+Blue) = 99+103+105=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 105 - color contains mainly: blue. Hex color #636769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636769 is #9C9896. Grayscale: #666666. Windows color (decimal): -10262679 or 6907747. OLE color: 6907747.
HSL color Cylindrical-coordinate representation of color #636769: hue angle of 200º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #636769 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 103 | 105 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.59 |
| HSL | 200º | 0.03% | 0.4% | - |
| HSV(B) | 200º | 0.06% | 0.41% | - |
| XYZ | 12.55 | 13.37 | 15.28 | - |
| YUV | 102.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 105 | 0.06 | 0.02 | 0 | 0.59 | 200 | 0.03 | 0.4 |
| Hex | 63 | 67 | 69 | 6 | 2 | 0 | 3B | C8 | 3 | 28 |
| Octal | 143 | 147 | 151 | 6 | 2 | 0 | 73 | 310 | 3 | 50 |
| Binary | 1100011 | 1100111 | 1101001 | 110 | 10 | 0 | 111011 | 11001000 | 11 | 101000 |
Color Harmonies of #636769
Complementary color
Monochromatic Colors of #636769
Black with #636769
Text Example
Text Example
White with #636769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636769; }
p { color: rgb(99,103,105); }
H1.HeaderClassName
{
color: #636769;
}
.AnyTagClassName
{
color: #636769;
}
</style>
background-color css
<style>
a { background-color: #636769; }
a { background-color: rgb(99,103,105); }
div.DivClassName
{
background-color: #636769;
}
.BgClassName
{
background-color: #636769;
}
</style>
border-color css
<style>
span { border-color: #636769; }
span { border-color: rgb(99,103,105); }
td.TdClassName
{
border-color: #636769;
}
.TagClassName
{
border-color: #636769;
}
</style>