Shades of Chetwode Blue #647CBA
Tints of Chetwode Blue #647CBA
RGB
CMYK
RGB Variations
Color information
#647CBA (or 0x647CBA) is known color: Chetwode Blue. HEX triplet: 64, 7C and BA. RGB value is (100,124,186). Sum of RGB (Red+Green+Blue) = 100+124+186=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #647CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CBA is #9B8345. Grayscale: #7B7B7B. Windows color (decimal): -10191686 or 12221540. OLE color: 12221540.
HSL color Cylindrical-coordinate representation of color #647CBA: hue angle of 223.26º 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 #647CBA is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 124 | 186 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.27 |
| HSL | 223.26º | 0.38% | 0.56% | - |
| HSV(B) | 223.26º | 0.46% | 0.73% | - |
| XYZ | 21.33 | 20.67 | 49.32 | - |
| YUV | 123.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 186 | 0.46 | 0.33 | 0 | 0.27 | 223.26 | 0.38 | 0.56 |
| Hex | 64 | 7C | BA | 2E | 21 | 0 | 1B | DF | 26 | 38 |
| Octal | 144 | 174 | 272 | 56 | 41 | 0 | 33 | 337 | 46 | 70 |
| Binary | 1100100 | 1111100 | 10111010 | 101110 | 100001 | 0 | 11011 | 11011111 | 100110 | 111000 |
Color Harmonies of #647CBA
Complementary color
Monochromatic Colors of #647CBA
Black with #647CBA
Text Example
Text Example
White with #647CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CBA; }
p { color: rgb(100,124,186); }
H1.HeaderClassName
{
color: #647CBA;
}
.AnyTagClassName
{
color: #647CBA;
}
</style>
background-color css
<style>
a { background-color: #647CBA; }
a { background-color: rgb(100,124,186); }
div.DivClassName
{
background-color: #647CBA;
}
.BgClassName
{
background-color: #647CBA;
}
</style>
border-color css
<style>
span { border-color: #647CBA; }
span { border-color: rgb(100,124,186); }
td.TdClassName
{
border-color: #647CBA;
}
.TagClassName
{
border-color: #647CBA;
}
</style>