Shades of Waikawa Grey #636F98
Tints of Waikawa Grey #636F98
RGB
CMYK
RGB Variations
Color information
#636F98 (or 0x636F98) is known color: Waikawa Grey. HEX triplet: 63, 6F and 98. RGB value is (99,111,152). Sum of RGB (Red+Green+Blue) = 99+111+152=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #636F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636F98 is #9C9067. Grayscale: #6F6F6F. Windows color (decimal): -10260584 or 9989987. OLE color: 9989987.
HSL color Cylindrical-coordinate representation of color #636F98: hue angle of 226.42º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #636F98 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 111 | 152 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.40 |
| HSL | 226.42º | 0.21% | 0.49% | - |
| HSV(B) | 226.42º | 0.35% | 0.6% | - |
| XYZ | 16.5 | 16.29 | 31.98 | - |
| YUV | 112.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 152 | 0.35 | 0.27 | 0 | 0.40 | 226.42 | 0.21 | 0.49 |
| Hex | 63 | 6F | 98 | 23 | 1B | 0 | 28 | E2 | 15 | 31 |
| Octal | 143 | 157 | 230 | 43 | 33 | 0 | 50 | 342 | 25 | 61 |
| Binary | 1100011 | 1101111 | 10011000 | 100011 | 11011 | 0 | 101000 | 11100010 | 10101 | 110001 |
Color Harmonies of #636F98
Complementary color
Monochromatic Colors of #636F98
Black with #636F98
Text Example
Text Example
White with #636F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F98; }
p { color: rgb(99,111,152); }
H1.HeaderClassName
{
color: #636F98;
}
.AnyTagClassName
{
color: #636F98;
}
</style>
background-color css
<style>
a { background-color: #636F98; }
a { background-color: rgb(99,111,152); }
div.DivClassName
{
background-color: #636F98;
}
.BgClassName
{
background-color: #636F98;
}
</style>
border-color css
<style>
span { border-color: #636F98; }
span { border-color: rgb(99,111,152); }
td.TdClassName
{
border-color: #636F98;
}
.TagClassName
{
border-color: #636F98;
}
</style>