Shades of Chetwode Blue #6565BF
Tints of Chetwode Blue #6565BF
RGB
CMYK
RGB Variations
Color information
#6565BF (or 0x6565BF) is known color: Chetwode Blue. HEX triplet: 65, 65 and BF. RGB value is (101,101,191). Sum of RGB (Red+Green+Blue) = 101+101+191=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #6565BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6565BF is #9A9A40. Grayscale: #6E6E6E. Windows color (decimal): -10132033 or 12543333. OLE color: 12543333.
HSL color Cylindrical-coordinate representation of color #6565BF: hue angle of 240º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6565BF is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 101 | 191 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.25 |
| HSL | 240º | 0.41% | 0.57% | - |
| HSV(B) | 240º | 0.47% | 0.75% | - |
| XYZ | 19.42 | 15.84 | 51.32 | - |
| YUV | 111.26 | 173 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 191 | 0.47 | 0.47 | 0 | 0.25 | 240 | 0.41 | 0.57 |
| Hex | 65 | 65 | BF | 2F | 2F | 0 | 19 | F0 | 29 | 39 |
| Octal | 145 | 145 | 277 | 57 | 57 | 0 | 31 | 360 | 51 | 71 |
| Binary | 1100101 | 1100101 | 10111111 | 101111 | 101111 | 0 | 11001 | 11110000 | 101001 | 111001 |
Color Harmonies of #6565BF
Complementary color
Monochromatic Colors of #6565BF
Black with #6565BF
Text Example
Text Example
White with #6565BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6565BF; }
p { color: rgb(101,101,191); }
H1.HeaderClassName
{
color: #6565BF;
}
.AnyTagClassName
{
color: #6565BF;
}
</style>
background-color css
<style>
a { background-color: #6565BF; }
a { background-color: rgb(101,101,191); }
div.DivClassName
{
background-color: #6565BF;
}
.BgClassName
{
background-color: #6565BF;
}
</style>
border-color css
<style>
span { border-color: #6565BF; }
span { border-color: rgb(101,101,191); }
td.TdClassName
{
border-color: #6565BF;
}
.TagClassName
{
border-color: #6565BF;
}
</style>