Shades of Waikawa Grey #606F9B
Tints of Waikawa Grey #606F9B
RGB
CMYK
RGB Variations
Color information
#606F9B (or 0x606F9B) is known color: Waikawa Grey. HEX triplet: 60, 6F and 9B. RGB value is (96,111,155). Sum of RGB (Red+Green+Blue) = 96+111+155=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #606F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606F9B is #9F9064. Grayscale: #6F6F6F. Windows color (decimal): -10457189 or 10186592. OLE color: 10186592.
HSL color Cylindrical-coordinate representation of color #606F9B: hue angle of 224.75º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #606F9B is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 111 | 155 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.39 |
| HSL | 224.75º | 0.24% | 0.49% | - |
| HSV(B) | 224.75º | 0.38% | 0.61% | - |
| XYZ | 16.42 | 16.22 | 33.28 | - |
| YUV | 111.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 155 | 0.38 | 0.28 | 0 | 0.39 | 224.75 | 0.24 | 0.49 |
| Hex | 60 | 6F | 9B | 26 | 1C | 0 | 27 | E1 | 18 | 31 |
| Octal | 140 | 157 | 233 | 46 | 34 | 0 | 47 | 341 | 30 | 61 |
| Binary | 1100000 | 1101111 | 10011011 | 100110 | 11100 | 0 | 100111 | 11100001 | 11000 | 110001 |
Color Harmonies of #606F9B
Complementary color
Monochromatic Colors of #606F9B
Black with #606F9B
Text Example
Text Example
White with #606F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F9B; }
p { color: rgb(96,111,155); }
H1.HeaderClassName
{
color: #606F9B;
}
.AnyTagClassName
{
color: #606F9B;
}
</style>
background-color css
<style>
a { background-color: #606F9B; }
a { background-color: rgb(96,111,155); }
div.DivClassName
{
background-color: #606F9B;
}
.BgClassName
{
background-color: #606F9B;
}
</style>
border-color css
<style>
span { border-color: #606F9B; }
span { border-color: rgb(96,111,155); }
td.TdClassName
{
border-color: #606F9B;
}
.TagClassName
{
border-color: #606F9B;
}
</style>