Shades of Chetwode Blue #6067BA
Tints of Chetwode Blue #6067BA
RGB
CMYK
RGB Variations
Color information
#6067BA (or 0x6067BA) is known color: Chetwode Blue. HEX triplet: 60, 67 and BA. RGB value is (96,103,186). Sum of RGB (Red+Green+Blue) = 96+103+186=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #6067BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6067BA is #9F9845. Grayscale: #6E6E6E. Windows color (decimal): -10459206 or 12216160. OLE color: 12216160.
HSL color Cylindrical-coordinate representation of color #6067BA: hue angle of 235.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 #6067BA is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 103 | 186 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.27 |
| HSL | 235.33º | 0.39% | 0.55% | - |
| HSV(B) | 235.33º | 0.48% | 0.73% | - |
| XYZ | 18.54 | 15.73 | 48.51 | - |
| YUV | 110.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 186 | 0.48 | 0.45 | 0 | 0.27 | 235.33 | 0.39 | 0.55 |
| Hex | 60 | 67 | BA | 30 | 2D | 0 | 1B | EB | 27 | 37 |
| Octal | 140 | 147 | 272 | 60 | 55 | 0 | 33 | 353 | 47 | 67 |
| Binary | 1100000 | 1100111 | 10111010 | 110000 | 101101 | 0 | 11011 | 11101011 | 100111 | 110111 |
Color Harmonies of #6067BA
Complementary color
Monochromatic Colors of #6067BA
Black with #6067BA
Text Example
Text Example
White with #6067BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6067BA; }
p { color: rgb(96,103,186); }
H1.HeaderClassName
{
color: #6067BA;
}
.AnyTagClassName
{
color: #6067BA;
}
</style>
background-color css
<style>
a { background-color: #6067BA; }
a { background-color: rgb(96,103,186); }
div.DivClassName
{
background-color: #6067BA;
}
.BgClassName
{
background-color: #6067BA;
}
</style>
border-color css
<style>
span { border-color: #6067BA; }
span { border-color: rgb(96,103,186); }
td.TdClassName
{
border-color: #6067BA;
}
.TagClassName
{
border-color: #6067BA;
}
</style>