Shades of Chetwode Blue #607AAE
Tints of Chetwode Blue #607AAE
RGB
CMYK
RGB Variations
Color information
#607AAE (or 0x607AAE) is known color: Chetwode Blue. HEX triplet: 60, 7A and AE. RGB value is (96,122,174). Sum of RGB (Red+Green+Blue) = 96+122+174=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #607AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AAE is #9F8551. Grayscale: #777777. Windows color (decimal): -10454354 or 11434592. OLE color: 11434592.
HSL color Cylindrical-coordinate representation of color #607AAE: hue angle of 220º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607AAE is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 122 | 174 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.32 |
| HSL | 220º | 0.33% | 0.53% | - |
| HSV(B) | 220º | 0.45% | 0.68% | - |
| XYZ | 19.42 | 19.46 | 42.78 | - |
| YUV | 120.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 174 | 0.45 | 0.30 | 0 | 0.32 | 220 | 0.33 | 0.53 |
| Hex | 60 | 7A | AE | 2D | 1E | 0 | 20 | DC | 20 | 35 |
| Octal | 140 | 172 | 256 | 55 | 36 | 0 | 40 | 334 | 40 | 65 |
| Binary | 1100000 | 1111010 | 10101110 | 101101 | 11110 | 0 | 100000 | 11011100 | 100000 | 110101 |
Color Harmonies of #607AAE
Complementary color
Monochromatic Colors of #607AAE
Black with #607AAE
Text Example
Text Example
White with #607AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AAE; }
p { color: rgb(96,122,174); }
H1.HeaderClassName
{
color: #607AAE;
}
.AnyTagClassName
{
color: #607AAE;
}
</style>
background-color css
<style>
a { background-color: #607AAE; }
a { background-color: rgb(96,122,174); }
div.DivClassName
{
background-color: #607AAE;
}
.BgClassName
{
background-color: #607AAE;
}
</style>
border-color css
<style>
span { border-color: #607AAE; }
span { border-color: rgb(96,122,174); }
td.TdClassName
{
border-color: #607AAE;
}
.TagClassName
{
border-color: #607AAE;
}
</style>