Shades of Chetwode Blue #6064BA
Tints of Chetwode Blue #6064BA
RGB
CMYK
RGB Variations
Color information
#6064BA (or 0x6064BA) is known color: Chetwode Blue. HEX triplet: 60, 64 and BA. RGB value is (96,100,186). Sum of RGB (Red+Green+Blue) = 96+100+186=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #6064BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064BA is #9F9B45. Grayscale: #6C6C6C. Windows color (decimal): -10459974 or 12215392. OLE color: 12215392.
HSL color Cylindrical-coordinate representation of color #6064BA: hue angle of 237.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6064BA is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 100 | 186 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.27 |
| HSL | 237.33º | 0.39% | 0.55% | - |
| HSV(B) | 237.33º | 0.48% | 0.73% | - |
| XYZ | 18.24 | 15.15 | 48.42 | - |
| YUV | 108.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 186 | 0.48 | 0.46 | 0 | 0.27 | 237.33 | 0.39 | 0.55 |
| Hex | 60 | 64 | BA | 30 | 2E | 0 | 1B | ED | 27 | 37 |
| Octal | 140 | 144 | 272 | 60 | 56 | 0 | 33 | 355 | 47 | 67 |
| Binary | 1100000 | 1100100 | 10111010 | 110000 | 101110 | 0 | 11011 | 11101101 | 100111 | 110111 |
Color Harmonies of #6064BA
Complementary color
Monochromatic Colors of #6064BA
Black with #6064BA
Text Example
Text Example
White with #6064BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6064BA; }
p { color: rgb(96,100,186); }
H1.HeaderClassName
{
color: #6064BA;
}
.AnyTagClassName
{
color: #6064BA;
}
</style>
background-color css
<style>
a { background-color: #6064BA; }
a { background-color: rgb(96,100,186); }
div.DivClassName
{
background-color: #6064BA;
}
.BgClassName
{
background-color: #6064BA;
}
</style>
border-color css
<style>
span { border-color: #6064BA; }
span { border-color: rgb(96,100,186); }
td.TdClassName
{
border-color: #6064BA;
}
.TagClassName
{
border-color: #6064BA;
}
</style>