Shades of Chetwode Blue #60699F
Tints of Chetwode Blue #60699F
RGB
CMYK
RGB Variations
Color information
#60699F (or 0x60699F) is known color: Chetwode Blue. HEX triplet: 60, 69 and 9F. RGB value is (96,105,159). Sum of RGB (Red+Green+Blue) = 96+105+159=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #60699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60699F is #9F9660. Grayscale: #6C6C6C. Windows color (decimal): -10458721 or 10447200. OLE color: 10447200.
HSL color Cylindrical-coordinate representation of color #60699F: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60699F is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 105 | 159 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.38 |
| HSL | 231.43º | 0.25% | 0.5% | - |
| HSV(B) | 231.43º | 0.4% | 0.62% | - |
| XYZ | 16.13 | 15.09 | 34.86 | - |
| YUV | 108.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 159 | 0.40 | 0.34 | 0 | 0.38 | 231.43 | 0.25 | 0.5 |
| Hex | 60 | 69 | 9F | 28 | 22 | 0 | 26 | E7 | 19 | 32 |
| Octal | 140 | 151 | 237 | 50 | 42 | 0 | 46 | 347 | 31 | 62 |
| Binary | 1100000 | 1101001 | 10011111 | 101000 | 100010 | 0 | 100110 | 11100111 | 11001 | 110010 |
Color Harmonies of #60699F
Complementary color
Monochromatic Colors of #60699F
Black with #60699F
Text Example
Text Example
White with #60699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60699F; }
p { color: rgb(96,105,159); }
H1.HeaderClassName
{
color: #60699F;
}
.AnyTagClassName
{
color: #60699F;
}
</style>
background-color css
<style>
a { background-color: #60699F; }
a { background-color: rgb(96,105,159); }
div.DivClassName
{
background-color: #60699F;
}
.BgClassName
{
background-color: #60699F;
}
</style>
border-color css
<style>
span { border-color: #60699F; }
span { border-color: rgb(96,105,159); }
td.TdClassName
{
border-color: #60699F;
}
.TagClassName
{
border-color: #60699F;
}
</style>