Shades of Chetwode Blue #65709F
Tints of Chetwode Blue #65709F
RGB
CMYK
RGB Variations
Color information
#65709F (or 0x65709F) is known color: Chetwode Blue. HEX triplet: 65, 70 and 9F. RGB value is (101,112,159). Sum of RGB (Red+Green+Blue) = 101+112+159=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #65709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65709F is #9A8F60. Grayscale: #717171. Windows color (decimal): -10129249 or 10448997. OLE color: 10448997.
HSL color Cylindrical-coordinate representation of color #65709F: hue angle of 228.62º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65709F is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 112 | 159 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.38 |
| HSL | 228.62º | 0.23% | 0.51% | - |
| HSV(B) | 228.62º | 0.36% | 0.62% | - |
| XYZ | 17.42 | 16.86 | 35.14 | - |
| YUV | 114.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 159 | 0.36 | 0.30 | 0 | 0.38 | 228.62 | 0.23 | 0.51 |
| Hex | 65 | 70 | 9F | 24 | 1E | 0 | 26 | E5 | 17 | 33 |
| Octal | 145 | 160 | 237 | 44 | 36 | 0 | 46 | 345 | 27 | 63 |
| Binary | 1100101 | 1110000 | 10011111 | 100100 | 11110 | 0 | 100110 | 11100101 | 10111 | 110011 |
Color Harmonies of #65709F
Complementary color
Monochromatic Colors of #65709F
Black with #65709F
Text Example
Text Example
White with #65709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65709F; }
p { color: rgb(101,112,159); }
H1.HeaderClassName
{
color: #65709F;
}
.AnyTagClassName
{
color: #65709F;
}
</style>
background-color css
<style>
a { background-color: #65709F; }
a { background-color: rgb(101,112,159); }
div.DivClassName
{
background-color: #65709F;
}
.BgClassName
{
background-color: #65709F;
}
</style>
border-color css
<style>
span { border-color: #65709F; }
span { border-color: rgb(101,112,159); }
td.TdClassName
{
border-color: #65709F;
}
.TagClassName
{
border-color: #65709F;
}
</style>