Shades of Chetwode Blue #6076BA
Tints of Chetwode Blue #6076BA
RGB
CMYK
RGB Variations
Color information
#6076BA (or 0x6076BA) is known color: Chetwode Blue. HEX triplet: 60, 76 and BA. RGB value is (96,118,186). Sum of RGB (Red+Green+Blue) = 96+118+186=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #6076BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6076BA is #9F8945. Grayscale: #767676. Windows color (decimal): -10455366 or 12220000. OLE color: 12220000.
HSL color Cylindrical-coordinate representation of color #6076BA: hue angle of 225.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 #6076BA is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 118 | 186 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.27 |
| HSL | 225.33º | 0.39% | 0.55% | - |
| HSV(B) | 225.33º | 0.48% | 0.73% | - |
| XYZ | 20.17 | 18.99 | 49.06 | - |
| YUV | 119.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 186 | 0.48 | 0.37 | 0 | 0.27 | 225.33 | 0.39 | 0.55 |
| Hex | 60 | 76 | BA | 30 | 25 | 0 | 1B | E1 | 27 | 37 |
| Octal | 140 | 166 | 272 | 60 | 45 | 0 | 33 | 341 | 47 | 67 |
| Binary | 1100000 | 1110110 | 10111010 | 110000 | 100101 | 0 | 11011 | 11100001 | 100111 | 110111 |
Color Harmonies of #6076BA
Complementary color
Monochromatic Colors of #6076BA
Black with #6076BA
Text Example
Text Example
White with #6076BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6076BA; }
p { color: rgb(96,118,186); }
H1.HeaderClassName
{
color: #6076BA;
}
.AnyTagClassName
{
color: #6076BA;
}
</style>
background-color css
<style>
a { background-color: #6076BA; }
a { background-color: rgb(96,118,186); }
div.DivClassName
{
background-color: #6076BA;
}
.BgClassName
{
background-color: #6076BA;
}
</style>
border-color css
<style>
span { border-color: #6076BA; }
span { border-color: rgb(96,118,186); }
td.TdClassName
{
border-color: #6076BA;
}
.TagClassName
{
border-color: #6076BA;
}
</style>