Shades of Waikawa Grey #62678C
Tints of Waikawa Grey #62678C
RGB
CMYK
RGB Variations
Color information
#62678C (or 0x62678C) is known color: Waikawa Grey. HEX triplet: 62, 67 and 8C. RGB value is (98,103,140). Sum of RGB (Red+Green+Blue) = 98+103+140=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #62678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62678C is #9D9873. Grayscale: #696969. Windows color (decimal): -10328180 or 9201506. OLE color: 9201506.
HSL color Cylindrical-coordinate representation of color #62678C: hue angle of 232.86º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62678C is Cyan = 0.3, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 103 | 140 | - |
| CMYK | 0.3 | 0.26 | 0 | 0.45 |
| HSL | 232.86º | 0.18% | 0.47% | - |
| HSV(B) | 232.86º | 0.3% | 0.55% | - |
| XYZ | 14.62 | 14.19 | 26.78 | - |
| YUV | 105.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 140 | 0.3 | 0.26 | 0 | 0.45 | 232.86 | 0.18 | 0.47 |
| Hex | 62 | 67 | 8C | 1E | 1A | 0 | 2D | E9 | 12 | 2F |
| Octal | 142 | 147 | 214 | 36 | 32 | 0 | 55 | 351 | 22 | 57 |
| Binary | 1100010 | 1100111 | 10001100 | 11110 | 11010 | 0 | 101101 | 11101001 | 10010 | 101111 |
Color Harmonies of #62678C
Complementary color
Monochromatic Colors of #62678C
Black with #62678C
Text Example
Text Example
White with #62678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62678C; }
p { color: rgb(98,103,140); }
H1.HeaderClassName
{
color: #62678C;
}
.AnyTagClassName
{
color: #62678C;
}
</style>
background-color css
<style>
a { background-color: #62678C; }
a { background-color: rgb(98,103,140); }
div.DivClassName
{
background-color: #62678C;
}
.BgClassName
{
background-color: #62678C;
}
</style>
border-color css
<style>
span { border-color: #62678C; }
span { border-color: rgb(98,103,140); }
td.TdClassName
{
border-color: #62678C;
}
.TagClassName
{
border-color: #62678C;
}
</style>