Shades of Chetwode Blue #6565BC
Tints of Chetwode Blue #6565BC
RGB
CMYK
RGB Variations
Color information
#6565BC (or 0x6565BC) is known color: Chetwode Blue. HEX triplet: 65, 65 and BC. RGB value is (101,101,188). Sum of RGB (Red+Green+Blue) = 101+101+188=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #6565BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6565BC is #9A9A43. Grayscale: #6E6E6E. Windows color (decimal): -10132036 or 12346725. OLE color: 12346725.
HSL color Cylindrical-coordinate representation of color #6565BC: hue angle of 240º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6565BC is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 101 | 188 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.26 |
| HSL | 240º | 0.39% | 0.57% | - |
| HSV(B) | 240º | 0.46% | 0.74% | - |
| XYZ | 19.1 | 15.7 | 49.6 | - |
| YUV | 110.92 | 171.5 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 188 | 0.46 | 0.46 | 0 | 0.26 | 240 | 0.39 | 0.57 |
| Hex | 65 | 65 | BC | 2E | 2E | 0 | 1A | F0 | 27 | 39 |
| Octal | 145 | 145 | 274 | 56 | 56 | 0 | 32 | 360 | 47 | 71 |
| Binary | 1100101 | 1100101 | 10111100 | 101110 | 101110 | 0 | 11010 | 11110000 | 100111 | 111001 |
Color Harmonies of #6565BC
Complementary color
Monochromatic Colors of #6565BC
Black with #6565BC
Text Example
Text Example
White with #6565BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6565BC; }
p { color: rgb(101,101,188); }
H1.HeaderClassName
{
color: #6565BC;
}
.AnyTagClassName
{
color: #6565BC;
}
</style>
background-color css
<style>
a { background-color: #6565BC; }
a { background-color: rgb(101,101,188); }
div.DivClassName
{
background-color: #6565BC;
}
.BgClassName
{
background-color: #6565BC;
}
</style>
border-color css
<style>
span { border-color: #6565BC; }
span { border-color: rgb(101,101,188); }
td.TdClassName
{
border-color: #6565BC;
}
.TagClassName
{
border-color: #6565BC;
}
</style>