Shades of Chetwode Blue #607AB2
Tints of Chetwode Blue #607AB2
RGB
CMYK
RGB Variations
Color information
#607AB2 (or 0x607AB2) is known color: Chetwode Blue. HEX triplet: 60, 7A and B2. RGB value is (96,122,178). Sum of RGB (Red+Green+Blue) = 96+122+178=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #607AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AB2 is #9F854D. Grayscale: #787878. Windows color (decimal): -10454350 or 11696736. OLE color: 11696736.
HSL color Cylindrical-coordinate representation of color #607AB2: hue angle of 220.98º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #607AB2 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 122 | 178 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.30 |
| HSL | 220.98º | 0.35% | 0.54% | - |
| HSV(B) | 220.98º | 0.46% | 0.7% | - |
| XYZ | 19.82 | 19.62 | 44.86 | - |
| YUV | 120.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 178 | 0.46 | 0.31 | 0 | 0.30 | 220.98 | 0.35 | 0.54 |
| Hex | 60 | 7A | B2 | 2E | 1F | 0 | 1E | DD | 23 | 36 |
| Octal | 140 | 172 | 262 | 56 | 37 | 0 | 36 | 335 | 43 | 66 |
| Binary | 1100000 | 1111010 | 10110010 | 101110 | 11111 | 0 | 11110 | 11011101 | 100011 | 110110 |
Color Harmonies of #607AB2
Complementary color
Monochromatic Colors of #607AB2
Black with #607AB2
Text Example
Text Example
White with #607AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AB2; }
p { color: rgb(96,122,178); }
H1.HeaderClassName
{
color: #607AB2;
}
.AnyTagClassName
{
color: #607AB2;
}
</style>
background-color css
<style>
a { background-color: #607AB2; }
a { background-color: rgb(96,122,178); }
div.DivClassName
{
background-color: #607AB2;
}
.BgClassName
{
background-color: #607AB2;
}
</style>
border-color css
<style>
span { border-color: #607AB2; }
span { border-color: rgb(96,122,178); }
td.TdClassName
{
border-color: #607AB2;
}
.TagClassName
{
border-color: #607AB2;
}
</style>