Shades of Chetwode Blue #6463BF
Tints of Chetwode Blue #6463BF
RGB
CMYK
RGB Variations
Color information
#6463BF (or 0x6463BF) is known color: Chetwode Blue. HEX triplet: 64, 63 and BF. RGB value is (100,99,191). Sum of RGB (Red+Green+Blue) = 100+99+191=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #6463BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463BF is #9B9C40. Grayscale: #6D6D6D. Windows color (decimal): -10198081 or 12542820. OLE color: 12542820.
HSL color Cylindrical-coordinate representation of color #6463BF: hue angle of 240.65º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6463BF is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 99 | 191 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.25 |
| HSL | 240.65º | 0.42% | 0.57% | - |
| HSV(B) | 240.65º | 0.48% | 0.75% | - |
| XYZ | 19.12 | 15.39 | 51.25 | - |
| YUV | 109.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 191 | 0.48 | 0.48 | 0 | 0.25 | 240.65 | 0.42 | 0.57 |
| Hex | 64 | 63 | BF | 30 | 30 | 0 | 19 | F1 | 2A | 39 |
| Octal | 144 | 143 | 277 | 60 | 60 | 0 | 31 | 361 | 52 | 71 |
| Binary | 1100100 | 1100011 | 10111111 | 110000 | 110000 | 0 | 11001 | 11110001 | 101010 | 111001 |
Color Harmonies of #6463BF
Complementary color
Monochromatic Colors of #6463BF
Black with #6463BF
Text Example
Text Example
White with #6463BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6463BF; }
p { color: rgb(100,99,191); }
H1.HeaderClassName
{
color: #6463BF;
}
.AnyTagClassName
{
color: #6463BF;
}
</style>
background-color css
<style>
a { background-color: #6463BF; }
a { background-color: rgb(100,99,191); }
div.DivClassName
{
background-color: #6463BF;
}
.BgClassName
{
background-color: #6463BF;
}
</style>
border-color css
<style>
span { border-color: #6463BF; }
span { border-color: rgb(100,99,191); }
td.TdClassName
{
border-color: #6463BF;
}
.TagClassName
{
border-color: #6463BF;
}
</style>