Shades of Chetwode Blue #6465BC
Tints of Chetwode Blue #6465BC
RGB
CMYK
RGB Variations
Color information
#6465BC (or 0x6465BC) is known color: Chetwode Blue. HEX triplet: 64, 65 and BC. RGB value is (100,101,188). Sum of RGB (Red+Green+Blue) = 100+101+188=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #6465BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6465BC is #9B9A43. Grayscale: #6E6E6E. Windows color (decimal): -10197572 or 12346724. OLE color: 12346724.
HSL color Cylindrical-coordinate representation of color #6465BC: hue angle of 239.32º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6465BC is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 101 | 188 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.26 |
| HSL | 239.32º | 0.4% | 0.56% | - |
| HSV(B) | 239.32º | 0.47% | 0.74% | - |
| XYZ | 18.99 | 15.65 | 49.6 | - |
| YUV | 110.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 188 | 0.47 | 0.46 | 0 | 0.26 | 239.32 | 0.4 | 0.56 |
| Hex | 64 | 65 | BC | 2F | 2E | 0 | 1A | EF | 28 | 38 |
| Octal | 144 | 145 | 274 | 57 | 56 | 0 | 32 | 357 | 50 | 70 |
| Binary | 1100100 | 1100101 | 10111100 | 101111 | 101110 | 0 | 11010 | 11101111 | 101000 | 111000 |
Color Harmonies of #6465BC
Complementary color
Monochromatic Colors of #6465BC
Black with #6465BC
Text Example
Text Example
White with #6465BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6465BC; }
p { color: rgb(100,101,188); }
H1.HeaderClassName
{
color: #6465BC;
}
.AnyTagClassName
{
color: #6465BC;
}
</style>
background-color css
<style>
a { background-color: #6465BC; }
a { background-color: rgb(100,101,188); }
div.DivClassName
{
background-color: #6465BC;
}
.BgClassName
{
background-color: #6465BC;
}
</style>
border-color css
<style>
span { border-color: #6465BC; }
span { border-color: rgb(100,101,188); }
td.TdClassName
{
border-color: #6465BC;
}
.TagClassName
{
border-color: #6465BC;
}
</style>