Shades of Chetwode Blue #6465BA
Tints of Chetwode Blue #6465BA
RGB
CMYK
RGB Variations
Color information
#6465BA (or 0x6465BA) is known color: Chetwode Blue. HEX triplet: 64, 65 and BA. RGB value is (100,101,186). Sum of RGB (Red+Green+Blue) = 100+101+186=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #6465BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6465BA is #9B9A45. Grayscale: #6E6E6E. Windows color (decimal): -10197574 or 12215652. OLE color: 12215652.
HSL color Cylindrical-coordinate representation of color #6465BA: hue angle of 239.3º 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 #6465BA is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 101 | 186 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.27 |
| HSL | 239.3º | 0.38% | 0.56% | - |
| HSV(B) | 239.3º | 0.46% | 0.73% | - |
| XYZ | 18.77 | 15.56 | 48.47 | - |
| YUV | 110.39 | 170.67 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 186 | 0.46 | 0.46 | 0 | 0.27 | 239.3 | 0.38 | 0.56 |
| Hex | 64 | 65 | BA | 2E | 2E | 0 | 1B | EF | 26 | 38 |
| Octal | 144 | 145 | 272 | 56 | 56 | 0 | 33 | 357 | 46 | 70 |
| Binary | 1100100 | 1100101 | 10111010 | 101110 | 101110 | 0 | 11011 | 11101111 | 100110 | 111000 |
Color Harmonies of #6465BA
Complementary color
Monochromatic Colors of #6465BA
Black with #6465BA
Text Example
Text Example
White with #6465BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6465BA; }
p { color: rgb(100,101,186); }
H1.HeaderClassName
{
color: #6465BA;
}
.AnyTagClassName
{
color: #6465BA;
}
</style>
background-color css
<style>
a { background-color: #6465BA; }
a { background-color: rgb(100,101,186); }
div.DivClassName
{
background-color: #6465BA;
}
.BgClassName
{
background-color: #6465BA;
}
</style>
border-color css
<style>
span { border-color: #6465BA; }
span { border-color: rgb(100,101,186); }
td.TdClassName
{
border-color: #6465BA;
}
.TagClassName
{
border-color: #6465BA;
}
</style>