Shades of Chetwode Blue #6067B7
Tints of Chetwode Blue #6067B7
RGB
CMYK
RGB Variations
Color information
#6067B7 (or 0x6067B7) is known color: Chetwode Blue. HEX triplet: 60, 67 and B7. RGB value is (96,103,183). Sum of RGB (Red+Green+Blue) = 96+103+183=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #6067B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6067B7 is #9F9848. Grayscale: #6D6D6D. Windows color (decimal): -10459209 or 12019552. OLE color: 12019552.
HSL color Cylindrical-coordinate representation of color #6067B7: hue angle of 235.17º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6067B7 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 103 | 183 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.28 |
| HSL | 235.17º | 0.38% | 0.55% | - |
| HSV(B) | 235.17º | 0.48% | 0.72% | - |
| XYZ | 18.22 | 15.61 | 46.85 | - |
| YUV | 110.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 183 | 0.48 | 0.44 | 0 | 0.28 | 235.17 | 0.38 | 0.55 |
| Hex | 60 | 67 | B7 | 30 | 2C | 0 | 1C | EB | 26 | 37 |
| Octal | 140 | 147 | 267 | 60 | 54 | 0 | 34 | 353 | 46 | 67 |
| Binary | 1100000 | 1100111 | 10110111 | 110000 | 101100 | 0 | 11100 | 11101011 | 100110 | 110111 |
Color Harmonies of #6067B7
Complementary color
Monochromatic Colors of #6067B7
Black with #6067B7
Text Example
Text Example
White with #6067B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6067B7; }
p { color: rgb(96,103,183); }
H1.HeaderClassName
{
color: #6067B7;
}
.AnyTagClassName
{
color: #6067B7;
}
</style>
background-color css
<style>
a { background-color: #6067B7; }
a { background-color: rgb(96,103,183); }
div.DivClassName
{
background-color: #6067B7;
}
.BgClassName
{
background-color: #6067B7;
}
</style>
border-color css
<style>
span { border-color: #6067B7; }
span { border-color: rgb(96,103,183); }
td.TdClassName
{
border-color: #6067B7;
}
.TagClassName
{
border-color: #6067B7;
}
</style>