Shades of Chetwode Blue #64689F
Tints of Chetwode Blue #64689F
RGB
CMYK
RGB Variations
Color information
#64689F (or 0x64689F) is known color: Chetwode Blue. HEX triplet: 64, 68 and 9F. RGB value is (100,104,159). Sum of RGB (Red+Green+Blue) = 100+104+159=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #64689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64689F is #9B9760. Grayscale: #6C6C6C. Windows color (decimal): -10196833 or 10446948. OLE color: 10446948.
HSL color Cylindrical-coordinate representation of color #64689F: hue angle of 235.93º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64689F is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 104 | 159 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.38 |
| HSL | 235.93º | 0.24% | 0.51% | - |
| HSV(B) | 235.93º | 0.37% | 0.62% | - |
| XYZ | 16.46 | 15.11 | 34.85 | - |
| YUV | 109.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 159 | 0.37 | 0.35 | 0 | 0.38 | 235.93 | 0.24 | 0.51 |
| Hex | 64 | 68 | 9F | 25 | 23 | 0 | 26 | EC | 18 | 33 |
| Octal | 144 | 150 | 237 | 45 | 43 | 0 | 46 | 354 | 30 | 63 |
| Binary | 1100100 | 1101000 | 10011111 | 100101 | 100011 | 0 | 100110 | 11101100 | 11000 | 110011 |
Color Harmonies of #64689F
Complementary color
Monochromatic Colors of #64689F
Black with #64689F
Text Example
Text Example
White with #64689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64689F; }
p { color: rgb(100,104,159); }
H1.HeaderClassName
{
color: #64689F;
}
.AnyTagClassName
{
color: #64689F;
}
</style>
background-color css
<style>
a { background-color: #64689F; }
a { background-color: rgb(100,104,159); }
div.DivClassName
{
background-color: #64689F;
}
.BgClassName
{
background-color: #64689F;
}
</style>
border-color css
<style>
span { border-color: #64689F; }
span { border-color: rgb(100,104,159); }
td.TdClassName
{
border-color: #64689F;
}
.TagClassName
{
border-color: #64689F;
}
</style>