Shades of Chetwode Blue #647CB3
Tints of Chetwode Blue #647CB3
RGB
CMYK
RGB Variations
Color information
#647CB3 (or 0x647CB3) is known color: Chetwode Blue. HEX triplet: 64, 7C and B3. RGB value is (100,124,179). Sum of RGB (Red+Green+Blue) = 100+124+179=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #647CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CB3 is #9B834C. Grayscale: #7A7A7A. Windows color (decimal): -10191693 or 11762788. OLE color: 11762788.
HSL color Cylindrical-coordinate representation of color #647CB3: hue angle of 221.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #647CB3 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 124 | 179 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.30 |
| HSL | 221.77º | 0.34% | 0.55% | - |
| HSV(B) | 221.77º | 0.44% | 0.7% | - |
| XYZ | 20.6 | 20.38 | 45.5 | - |
| YUV | 123.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 179 | 0.44 | 0.31 | 0 | 0.30 | 221.77 | 0.34 | 0.55 |
| Hex | 64 | 7C | B3 | 2C | 1F | 0 | 1E | DE | 22 | 37 |
| Octal | 144 | 174 | 263 | 54 | 37 | 0 | 36 | 336 | 42 | 67 |
| Binary | 1100100 | 1111100 | 10110011 | 101100 | 11111 | 0 | 11110 | 11011110 | 100010 | 110111 |
Color Harmonies of #647CB3
Complementary color
Monochromatic Colors of #647CB3
Black with #647CB3
Text Example
Text Example
White with #647CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CB3; }
p { color: rgb(100,124,179); }
H1.HeaderClassName
{
color: #647CB3;
}
.AnyTagClassName
{
color: #647CB3;
}
</style>
background-color css
<style>
a { background-color: #647CB3; }
a { background-color: rgb(100,124,179); }
div.DivClassName
{
background-color: #647CB3;
}
.BgClassName
{
background-color: #647CB3;
}
</style>
border-color css
<style>
span { border-color: #647CB3; }
span { border-color: rgb(100,124,179); }
td.TdClassName
{
border-color: #647CB3;
}
.TagClassName
{
border-color: #647CB3;
}
</style>