Shades of Chetwode Blue #606FA4
Tints of Chetwode Blue #606FA4
RGB
CMYK
RGB Variations
Color information
#606FA4 (or 0x606FA4) is known color: Chetwode Blue. HEX triplet: 60, 6F and A4. RGB value is (96,111,164). Sum of RGB (Red+Green+Blue) = 96+111+164=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #606FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606FA4 is #9F905B. Grayscale: #707070. Windows color (decimal): -10457180 or 10776416. OLE color: 10776416.
HSL color Cylindrical-coordinate representation of color #606FA4: hue angle of 226.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #606FA4 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 111 | 164 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.36 |
| HSL | 226.76º | 0.27% | 0.51% | - |
| HSV(B) | 226.76º | 0.41% | 0.64% | - |
| XYZ | 17.21 | 16.54 | 37.41 | - |
| YUV | 112.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 164 | 0.41 | 0.32 | 0 | 0.36 | 226.76 | 0.27 | 0.51 |
| Hex | 60 | 6F | A4 | 29 | 20 | 0 | 24 | E3 | 1B | 33 |
| Octal | 140 | 157 | 244 | 51 | 40 | 0 | 44 | 343 | 33 | 63 |
| Binary | 1100000 | 1101111 | 10100100 | 101001 | 100000 | 0 | 100100 | 11100011 | 11011 | 110011 |
Color Harmonies of #606FA4
Complementary color
Monochromatic Colors of #606FA4
Black with #606FA4
Text Example
Text Example
White with #606FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FA4; }
p { color: rgb(96,111,164); }
H1.HeaderClassName
{
color: #606FA4;
}
.AnyTagClassName
{
color: #606FA4;
}
</style>
background-color css
<style>
a { background-color: #606FA4; }
a { background-color: rgb(96,111,164); }
div.DivClassName
{
background-color: #606FA4;
}
.BgClassName
{
background-color: #606FA4;
}
</style>
border-color css
<style>
span { border-color: #606FA4; }
span { border-color: rgb(96,111,164); }
td.TdClassName
{
border-color: #606FA4;
}
.TagClassName
{
border-color: #606FA4;
}
</style>