Shades of Waikawa Grey #606C8F
Tints of Waikawa Grey #606C8F
RGB
CMYK
RGB Variations
Color information
#606C8F (or 0x606C8F) is known color: Waikawa Grey. HEX triplet: 60, 6C and 8F. RGB value is (96,108,143). Sum of RGB (Red+Green+Blue) = 96+108+143=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #606C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606C8F is #9F9370. Grayscale: #6C6C6C. Windows color (decimal): -10457969 or 9399392. OLE color: 9399392.
HSL color Cylindrical-coordinate representation of color #606C8F: hue angle of 224.68º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #606C8F is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 108 | 143 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.44 |
| HSL | 224.68º | 0.2% | 0.47% | - |
| HSV(B) | 224.68º | 0.33% | 0.56% | - |
| XYZ | 15.14 | 15.2 | 28.12 | - |
| YUV | 108.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 143 | 0.33 | 0.24 | 0 | 0.44 | 224.68 | 0.2 | 0.47 |
| Hex | 60 | 6C | 8F | 21 | 18 | 0 | 2C | E1 | 14 | 2F |
| Octal | 140 | 154 | 217 | 41 | 30 | 0 | 54 | 341 | 24 | 57 |
| Binary | 1100000 | 1101100 | 10001111 | 100001 | 11000 | 0 | 101100 | 11100001 | 10100 | 101111 |
Color Harmonies of #606C8F
Complementary color
Monochromatic Colors of #606C8F
Black with #606C8F
Text Example
Text Example
White with #606C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C8F; }
p { color: rgb(96,108,143); }
H1.HeaderClassName
{
color: #606C8F;
}
.AnyTagClassName
{
color: #606C8F;
}
</style>
background-color css
<style>
a { background-color: #606C8F; }
a { background-color: rgb(96,108,143); }
div.DivClassName
{
background-color: #606C8F;
}
.BgClassName
{
background-color: #606C8F;
}
</style>
border-color css
<style>
span { border-color: #606C8F; }
span { border-color: rgb(96,108,143); }
td.TdClassName
{
border-color: #606C8F;
}
.TagClassName
{
border-color: #606C8F;
}
</style>