Shades of Waikawa Grey #627B9F
Tints of Waikawa Grey #627B9F
RGB
CMYK
RGB Variations
Color information
#627B9F (or 0x627B9F) is known color: Waikawa Grey. HEX triplet: 62, 7B and 9F. RGB value is (98,123,159). Sum of RGB (Red+Green+Blue) = 98+123+159=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #627B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627B9F is #9D8460. Grayscale: #777777. Windows color (decimal): -10323041 or 10451810. OLE color: 10451810.
HSL color Cylindrical-coordinate representation of color #627B9F: hue angle of 215.41º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #627B9F is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 123 | 159 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.38 |
| HSL | 215.41º | 0.24% | 0.5% | - |
| HSV(B) | 215.41º | 0.38% | 0.62% | - |
| XYZ | 18.38 | 19.27 | 35.55 | - |
| YUV | 119.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 159 | 0.38 | 0.23 | 0 | 0.38 | 215.41 | 0.24 | 0.5 |
| Hex | 62 | 7B | 9F | 26 | 17 | 0 | 26 | D7 | 18 | 32 |
| Octal | 142 | 173 | 237 | 46 | 27 | 0 | 46 | 327 | 30 | 62 |
| Binary | 1100010 | 1111011 | 10011111 | 100110 | 10111 | 0 | 100110 | 11010111 | 11000 | 110010 |
Color Harmonies of #627B9F
Complementary color
Monochromatic Colors of #627B9F
Black with #627B9F
Text Example
Text Example
White with #627B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B9F; }
p { color: rgb(98,123,159); }
H1.HeaderClassName
{
color: #627B9F;
}
.AnyTagClassName
{
color: #627B9F;
}
</style>
background-color css
<style>
a { background-color: #627B9F; }
a { background-color: rgb(98,123,159); }
div.DivClassName
{
background-color: #627B9F;
}
.BgClassName
{
background-color: #627B9F;
}
</style>
border-color css
<style>
span { border-color: #627B9F; }
span { border-color: rgb(98,123,159); }
td.TdClassName
{
border-color: #627B9F;
}
.TagClassName
{
border-color: #627B9F;
}
</style>