Shades of Chetwode Blue #647BBA
Tints of Chetwode Blue #647BBA
RGB
CMYK
RGB Variations
Color information
#647BBA (or 0x647BBA) is known color: Chetwode Blue. HEX triplet: 64, 7B and BA. RGB value is (100,123,186). Sum of RGB (Red+Green+Blue) = 100+123+186=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #647BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BBA is #9B8445. Grayscale: #7B7B7B. Windows color (decimal): -10191942 or 12221284. OLE color: 12221284.
HSL color Cylindrical-coordinate representation of color #647BBA: hue angle of 223.95º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #647BBA is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 123 | 186 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.27 |
| HSL | 223.95º | 0.38% | 0.56% | - |
| HSV(B) | 223.95º | 0.46% | 0.73% | - |
| XYZ | 21.2 | 20.42 | 49.28 | - |
| YUV | 123.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 186 | 0.46 | 0.34 | 0 | 0.27 | 223.95 | 0.38 | 0.56 |
| Hex | 64 | 7B | BA | 2E | 22 | 0 | 1B | E0 | 26 | 38 |
| Octal | 144 | 173 | 272 | 56 | 42 | 0 | 33 | 340 | 46 | 70 |
| Binary | 1100100 | 1111011 | 10111010 | 101110 | 100010 | 0 | 11011 | 11100000 | 100110 | 111000 |
Color Harmonies of #647BBA
Complementary color
Monochromatic Colors of #647BBA
Black with #647BBA
Text Example
Text Example
White with #647BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BBA; }
p { color: rgb(100,123,186); }
H1.HeaderClassName
{
color: #647BBA;
}
.AnyTagClassName
{
color: #647BBA;
}
</style>
background-color css
<style>
a { background-color: #647BBA; }
a { background-color: rgb(100,123,186); }
div.DivClassName
{
background-color: #647BBA;
}
.BgClassName
{
background-color: #647BBA;
}
</style>
border-color css
<style>
span { border-color: #647BBA; }
span { border-color: rgb(100,123,186); }
td.TdClassName
{
border-color: #647BBA;
}
.TagClassName
{
border-color: #647BBA;
}
</style>