Shades of Chetwode Blue #6065C0
Tints of Chetwode Blue #6065C0
RGB
CMYK
RGB Variations
Color information
#6065C0 (or 0x6065C0) is known color: Chetwode Blue. HEX triplet: 60, 65 and C0. RGB value is (96,101,192). Sum of RGB (Red+Green+Blue) = 96+101+192=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #6065C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6065C0 is #9F9A3F. Grayscale: #6D6D6D. Windows color (decimal): -10459712 or 12608864. OLE color: 12608864.
HSL color Cylindrical-coordinate representation of color #6065C0: hue angle of 236.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6065C0 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 101 | 192 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.25 |
| HSL | 236.88º | 0.43% | 0.56% | - |
| HSV(B) | 236.88º | 0.5% | 0.75% | - |
| XYZ | 18.99 | 15.6 | 51.88 | - |
| YUV | 109.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 192 | 0.50 | 0.47 | 0 | 0.25 | 236.88 | 0.43 | 0.56 |
| Hex | 60 | 65 | C0 | 32 | 2F | 0 | 19 | ED | 2B | 38 |
| Octal | 140 | 145 | 300 | 62 | 57 | 0 | 31 | 355 | 53 | 70 |
| Binary | 1100000 | 1100101 | 11000000 | 110010 | 101111 | 0 | 11001 | 11101101 | 101011 | 111000 |
Color Harmonies of #6065C0
Complementary color
Monochromatic Colors of #6065C0
Black with #6065C0
Text Example
Text Example
White with #6065C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6065C0; }
p { color: rgb(96,101,192); }
H1.HeaderClassName
{
color: #6065C0;
}
.AnyTagClassName
{
color: #6065C0;
}
</style>
background-color css
<style>
a { background-color: #6065C0; }
a { background-color: rgb(96,101,192); }
div.DivClassName
{
background-color: #6065C0;
}
.BgClassName
{
background-color: #6065C0;
}
</style>
border-color css
<style>
span { border-color: #6065C0; }
span { border-color: rgb(96,101,192); }
td.TdClassName
{
border-color: #6065C0;
}
.TagClassName
{
border-color: #6065C0;
}
</style>