Shades of Chetwode Blue #646CB0
Tints of Chetwode Blue #646CB0
RGB
CMYK
RGB Variations
Color information
#646CB0 (or 0x646CB0) is known color: Chetwode Blue. HEX triplet: 64, 6C and B0. RGB value is (100,108,176). Sum of RGB (Red+Green+Blue) = 100+108+176=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #646CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646CB0 is #9B934F. Grayscale: #717171. Windows color (decimal): -10195792 or 11562084. OLE color: 11562084.
HSL color Cylindrical-coordinate representation of color #646CB0: hue angle of 233.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #646CB0 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 108 | 176 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.31 |
| HSL | 233.68º | 0.32% | 0.54% | - |
| HSV(B) | 233.68º | 0.43% | 0.69% | - |
| XYZ | 18.45 | 16.57 | 43.3 | - |
| YUV | 113.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 176 | 0.43 | 0.39 | 0 | 0.31 | 233.68 | 0.32 | 0.54 |
| Hex | 64 | 6C | B0 | 2B | 27 | 0 | 1F | EA | 20 | 36 |
| Octal | 144 | 154 | 260 | 53 | 47 | 0 | 37 | 352 | 40 | 66 |
| Binary | 1100100 | 1101100 | 10110000 | 101011 | 100111 | 0 | 11111 | 11101010 | 100000 | 110110 |
Color Harmonies of #646CB0
Complementary color
Monochromatic Colors of #646CB0
Black with #646CB0
Text Example
Text Example
White with #646CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646CB0; }
p { color: rgb(100,108,176); }
H1.HeaderClassName
{
color: #646CB0;
}
.AnyTagClassName
{
color: #646CB0;
}
</style>
background-color css
<style>
a { background-color: #646CB0; }
a { background-color: rgb(100,108,176); }
div.DivClassName
{
background-color: #646CB0;
}
.BgClassName
{
background-color: #646CB0;
}
</style>
border-color css
<style>
span { border-color: #646CB0; }
span { border-color: rgb(100,108,176); }
td.TdClassName
{
border-color: #646CB0;
}
.TagClassName
{
border-color: #646CB0;
}
</style>