Shades of Chetwode Blue #6076BB
Tints of Chetwode Blue #6076BB
RGB
CMYK
RGB Variations
Color information
#6076BB (or 0x6076BB) is known color: Chetwode Blue. HEX triplet: 60, 76 and BB. RGB value is (96,118,187). Sum of RGB (Red+Green+Blue) = 96+118+187=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #6076BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6076BB is #9F8944. Grayscale: #767676. Windows color (decimal): -10455365 or 12285536. OLE color: 12285536.
HSL color Cylindrical-coordinate representation of color #6076BB: hue angle of 225.49º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6076BB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 118 | 187 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.27 |
| HSL | 225.49º | 0.4% | 0.55% | - |
| HSV(B) | 225.49º | 0.49% | 0.73% | - |
| XYZ | 20.27 | 19.03 | 49.62 | - |
| YUV | 119.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 187 | 0.49 | 0.37 | 0 | 0.27 | 225.49 | 0.4 | 0.55 |
| Hex | 60 | 76 | BB | 31 | 25 | 0 | 1B | E1 | 28 | 37 |
| Octal | 140 | 166 | 273 | 61 | 45 | 0 | 33 | 341 | 50 | 67 |
| Binary | 1100000 | 1110110 | 10111011 | 110001 | 100101 | 0 | 11011 | 11100001 | 101000 | 110111 |
Color Harmonies of #6076BB
Complementary color
Monochromatic Colors of #6076BB
Black with #6076BB
Text Example
Text Example
White with #6076BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6076BB; }
p { color: rgb(96,118,187); }
H1.HeaderClassName
{
color: #6076BB;
}
.AnyTagClassName
{
color: #6076BB;
}
</style>
background-color css
<style>
a { background-color: #6076BB; }
a { background-color: rgb(96,118,187); }
div.DivClassName
{
background-color: #6076BB;
}
.BgClassName
{
background-color: #6076BB;
}
</style>
border-color css
<style>
span { border-color: #6076BB; }
span { border-color: rgb(96,118,187); }
td.TdClassName
{
border-color: #6076BB;
}
.TagClassName
{
border-color: #6076BB;
}
</style>