Shades of Chetwode Blue #646FA3
Tints of Chetwode Blue #646FA3
RGB
CMYK
RGB Variations
Color information
#646FA3 (or 0x646FA3) is known color: Chetwode Blue. HEX triplet: 64, 6F and A3. RGB value is (100,111,163). Sum of RGB (Red+Green+Blue) = 100+111+163=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 163 - color contains mainly: blue. Hex color #646FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646FA3 is #9B905C. Grayscale: #717171. Windows color (decimal): -10195037 or 10710884. OLE color: 10710884.
HSL color Cylindrical-coordinate representation of color #646FA3: hue angle of 229.52º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #646FA3 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 111 | 163 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.36 |
| HSL | 229.52º | 0.26% | 0.52% | - |
| HSV(B) | 229.52º | 0.39% | 0.64% | - |
| XYZ | 17.55 | 16.72 | 36.95 | - |
| YUV | 113.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 163 | 0.39 | 0.32 | 0 | 0.36 | 229.52 | 0.26 | 0.52 |
| Hex | 64 | 6F | A3 | 27 | 20 | 0 | 24 | E6 | 1A | 34 |
| Octal | 144 | 157 | 243 | 47 | 40 | 0 | 44 | 346 | 32 | 64 |
| Binary | 1100100 | 1101111 | 10100011 | 100111 | 100000 | 0 | 100100 | 11100110 | 11010 | 110100 |
Color Harmonies of #646FA3
Complementary color
Monochromatic Colors of #646FA3
Black with #646FA3
Text Example
Text Example
White with #646FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646FA3; }
p { color: rgb(100,111,163); }
H1.HeaderClassName
{
color: #646FA3;
}
.AnyTagClassName
{
color: #646FA3;
}
</style>
background-color css
<style>
a { background-color: #646FA3; }
a { background-color: rgb(100,111,163); }
div.DivClassName
{
background-color: #646FA3;
}
.BgClassName
{
background-color: #646FA3;
}
</style>
border-color css
<style>
span { border-color: #646FA3; }
span { border-color: rgb(100,111,163); }
td.TdClassName
{
border-color: #646FA3;
}
.TagClassName
{
border-color: #646FA3;
}
</style>