Shades of Shuttle Grey #626364
Tints of Shuttle Grey #626364
RGB
CMYK
RGB Variations
Color information
#626364 (or 0x626364) is known color: Shuttle Grey. HEX triplet: 62, 63 and 64. RGB value is (98,99,100). Sum of RGB (Red+Green+Blue) = 98+99+100=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 100 - color contains mainly: blue. Hex color #626364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626364 is #9D9C9B. Grayscale: #626262. Windows color (decimal): -10329244 or 6579042. OLE color: 6579042.
HSL color Cylindrical-coordinate representation of color #626364: hue angle of 210º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #626364 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
RGB | 98 | 99 | 100 | - |
CMYK | 0.02 | 0.01 | 0 | 0.61 |
HSL | 210º | 0.01% | 0.39% | - |
HSV(B) | 210º | 0.02% | 0.39% | - |
XYZ | 11.8 | 12.44 | 13.84 | - |
YUV | 98.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 99 | 100 | 0.02 | 0.01 | 0 | 0.61 | 210 | 0.01 | 0.39 |
Hex | 62 | 63 | 64 | 2 | 1 | 0 | 3D | D2 | 1 | 27 |
Octal | 142 | 143 | 144 | 2 | 1 | 0 | 75 | 322 | 1 | 47 |
Binary | 1100010 | 1100011 | 1100100 | 10 | 1 | 0 | 111101 | 11010010 | 1 | 100111 |
Color Harmonies of #626364
Complementary color
Monochromatic Colors of #626364
Black with #626364
Text Example
Text Example
White with #626364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626364; }
p { color: rgb(98,99,100); }
H1.HeaderClassName
{
color: #626364;
}
.AnyTagClassName
{
color: #626364;
}
</style>
background-color css
<style>
a { background-color: #626364; }
a { background-color: rgb(98,99,100); }
div.DivClassName
{
background-color: #626364;
}
.BgClassName
{
background-color: #626364;
}
</style>
border-color css
<style>
span { border-color: #626364; }
span { border-color: rgb(98,99,100); }
td.TdClassName
{
border-color: #626364;
}
.TagClassName
{
border-color: #626364;
}
</style>