Shades of Chetwode Blue #6062BA
Tints of Chetwode Blue #6062BA
RGB
CMYK
RGB Variations
Color information
#6062BA (or 0x6062BA) is known color: Chetwode Blue. HEX triplet: 60, 62 and BA. RGB value is (96,98,186). Sum of RGB (Red+Green+Blue) = 96+98+186=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #6062BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062BA is #9F9D45. Grayscale: #6B6B6B. Windows color (decimal): -10460486 or 12214880. OLE color: 12214880.
HSL color Cylindrical-coordinate representation of color #6062BA: hue angle of 238.67º 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 #6062BA is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 98 | 186 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.27 |
| HSL | 238.67º | 0.39% | 0.55% | - |
| HSV(B) | 238.67º | 0.48% | 0.73% | - |
| XYZ | 18.05 | 14.77 | 48.35 | - |
| YUV | 107.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 186 | 0.48 | 0.47 | 0 | 0.27 | 238.67 | 0.39 | 0.55 |
| Hex | 60 | 62 | BA | 30 | 2F | 0 | 1B | EF | 27 | 37 |
| Octal | 140 | 142 | 272 | 60 | 57 | 0 | 33 | 357 | 47 | 67 |
| Binary | 1100000 | 1100010 | 10111010 | 110000 | 101111 | 0 | 11011 | 11101111 | 100111 | 110111 |
Color Harmonies of #6062BA
Complementary color
Monochromatic Colors of #6062BA
Black with #6062BA
Text Example
Text Example
White with #6062BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6062BA; }
p { color: rgb(96,98,186); }
H1.HeaderClassName
{
color: #6062BA;
}
.AnyTagClassName
{
color: #6062BA;
}
</style>
background-color css
<style>
a { background-color: #6062BA; }
a { background-color: rgb(96,98,186); }
div.DivClassName
{
background-color: #6062BA;
}
.BgClassName
{
background-color: #6062BA;
}
</style>
border-color css
<style>
span { border-color: #6062BA; }
span { border-color: rgb(96,98,186); }
td.TdClassName
{
border-color: #6062BA;
}
.TagClassName
{
border-color: #6062BA;
}
</style>