Shades of Chetwode Blue #6075BA
Tints of Chetwode Blue #6075BA
RGB
CMYK
RGB Variations
Color information
#6075BA (or 0x6075BA) is known color: Chetwode Blue. HEX triplet: 60, 75 and BA. RGB value is (96,117,186). Sum of RGB (Red+Green+Blue) = 96+117+186=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #6075BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075BA is #9F8A45. Grayscale: #767676. Windows color (decimal): -10455622 or 12219744. OLE color: 12219744.
HSL color Cylindrical-coordinate representation of color #6075BA: hue angle of 226º 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 #6075BA is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 117 | 186 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.27 |
| HSL | 226º | 0.39% | 0.55% | - |
| HSV(B) | 226º | 0.48% | 0.73% | - |
| XYZ | 20.05 | 18.75 | 49.02 | - |
| YUV | 118.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 186 | 0.48 | 0.37 | 0 | 0.27 | 226 | 0.39 | 0.55 |
| Hex | 60 | 75 | BA | 30 | 25 | 0 | 1B | E2 | 27 | 37 |
| Octal | 140 | 165 | 272 | 60 | 45 | 0 | 33 | 342 | 47 | 67 |
| Binary | 1100000 | 1110101 | 10111010 | 110000 | 100101 | 0 | 11011 | 11100010 | 100111 | 110111 |
Color Harmonies of #6075BA
Complementary color
Monochromatic Colors of #6075BA
Black with #6075BA
Text Example
Text Example
White with #6075BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6075BA; }
p { color: rgb(96,117,186); }
H1.HeaderClassName
{
color: #6075BA;
}
.AnyTagClassName
{
color: #6075BA;
}
</style>
background-color css
<style>
a { background-color: #6075BA; }
a { background-color: rgb(96,117,186); }
div.DivClassName
{
background-color: #6075BA;
}
.BgClassName
{
background-color: #6075BA;
}
</style>
border-color css
<style>
span { border-color: #6075BA; }
span { border-color: rgb(96,117,186); }
td.TdClassName
{
border-color: #6075BA;
}
.TagClassName
{
border-color: #6075BA;
}
</style>