Shades of Chetwode Blue #6466B7
Tints of Chetwode Blue #6466B7
RGB
CMYK
RGB Variations
Color information
#6466B7 (or 0x6466B7) is known color: Chetwode Blue. HEX triplet: 64, 66 and B7. RGB value is (100,102,183). Sum of RGB (Red+Green+Blue) = 100+102+183=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 183 - color contains mainly: blue. Hex color #6466B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466B7 is #9B9948. Grayscale: #6E6E6E. Windows color (decimal): -10197321 or 12019300. OLE color: 12019300.
HSL color Cylindrical-coordinate representation of color #6466B7: hue angle of 238.55º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6466B7 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 102 | 183 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.28 |
| HSL | 238.55º | 0.37% | 0.55% | - |
| HSV(B) | 238.55º | 0.45% | 0.72% | - |
| XYZ | 18.55 | 15.63 | 46.84 | - |
| YUV | 110.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 183 | 0.45 | 0.44 | 0 | 0.28 | 238.55 | 0.37 | 0.55 |
| Hex | 64 | 66 | B7 | 2D | 2C | 0 | 1C | EF | 25 | 37 |
| Octal | 144 | 146 | 267 | 55 | 54 | 0 | 34 | 357 | 45 | 67 |
| Binary | 1100100 | 1100110 | 10110111 | 101101 | 101100 | 0 | 11100 | 11101111 | 100101 | 110111 |
Color Harmonies of #6466B7
Complementary color
Monochromatic Colors of #6466B7
Black with #6466B7
Text Example
Text Example
White with #6466B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466B7; }
p { color: rgb(100,102,183); }
H1.HeaderClassName
{
color: #6466B7;
}
.AnyTagClassName
{
color: #6466B7;
}
</style>
background-color css
<style>
a { background-color: #6466B7; }
a { background-color: rgb(100,102,183); }
div.DivClassName
{
background-color: #6466B7;
}
.BgClassName
{
background-color: #6466B7;
}
</style>
border-color css
<style>
span { border-color: #6466B7; }
span { border-color: rgb(100,102,183); }
td.TdClassName
{
border-color: #6466B7;
}
.TagClassName
{
border-color: #6466B7;
}
</style>