Shades of Waikawa Grey #636C82
Tints of Waikawa Grey #636C82
RGB
CMYK
RGB Variations
Color information
#636C82 (or 0x636C82) is known color: Waikawa Grey. HEX triplet: 63, 6C and 82. RGB value is (99,108,130). Sum of RGB (Red+Green+Blue) = 99+108+130=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #636C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636C82 is #9C937D. Grayscale: #6B6B6B. Windows color (decimal): -10261374 or 8547427. OLE color: 8547427.
HSL color Cylindrical-coordinate representation of color #636C82: hue angle of 222.58º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #636C82 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 108 | 130 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.49 |
| HSL | 222.58º | 0.14% | 0.45% | - |
| HSV(B) | 222.58º | 0.24% | 0.51% | - |
| XYZ | 14.54 | 14.99 | 23.25 | - |
| YUV | 107.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 130 | 0.24 | 0.17 | 0 | 0.49 | 222.58 | 0.14 | 0.45 |
| Hex | 63 | 6C | 82 | 18 | 11 | 0 | 31 | DF | E | 2D |
| Octal | 143 | 154 | 202 | 30 | 21 | 0 | 61 | 337 | 16 | 55 |
| Binary | 1100011 | 1101100 | 10000010 | 11000 | 10001 | 0 | 110001 | 11011111 | 1110 | 101101 |
Color Harmonies of #636C82
Complementary color
Monochromatic Colors of #636C82
Black with #636C82
Text Example
Text Example
White with #636C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C82; }
p { color: rgb(99,108,130); }
H1.HeaderClassName
{
color: #636C82;
}
.AnyTagClassName
{
color: #636C82;
}
</style>
background-color css
<style>
a { background-color: #636C82; }
a { background-color: rgb(99,108,130); }
div.DivClassName
{
background-color: #636C82;
}
.BgClassName
{
background-color: #636C82;
}
</style>
border-color css
<style>
span { border-color: #636C82; }
span { border-color: rgb(99,108,130); }
td.TdClassName
{
border-color: #636C82;
}
.TagClassName
{
border-color: #636C82;
}
</style>