Shades of Chetwode Blue #6077BA
Tints of Chetwode Blue #6077BA
RGB
CMYK
RGB Variations
Color information
#6077BA (or 0x6077BA) is known color: Chetwode Blue. HEX triplet: 60, 77 and BA. RGB value is (96,119,186). Sum of RGB (Red+Green+Blue) = 96+119+186=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #6077BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6077BA is #9F8845. Grayscale: #777777. Windows color (decimal): -10455110 or 12220256. OLE color: 12220256.
HSL color Cylindrical-coordinate representation of color #6077BA: hue angle of 224.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 #6077BA is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 119 | 186 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.27 |
| HSL | 224.67º | 0.39% | 0.55% | - |
| HSV(B) | 224.67º | 0.48% | 0.73% | - |
| XYZ | 20.28 | 19.23 | 49.1 | - |
| YUV | 119.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 186 | 0.48 | 0.36 | 0 | 0.27 | 224.67 | 0.39 | 0.55 |
| Hex | 60 | 77 | BA | 30 | 24 | 0 | 1B | E1 | 27 | 37 |
| Octal | 140 | 167 | 272 | 60 | 44 | 0 | 33 | 341 | 47 | 67 |
| Binary | 1100000 | 1110111 | 10111010 | 110000 | 100100 | 0 | 11011 | 11100001 | 100111 | 110111 |
Color Harmonies of #6077BA
Complementary color
Monochromatic Colors of #6077BA
Black with #6077BA
Text Example
Text Example
White with #6077BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6077BA; }
p { color: rgb(96,119,186); }
H1.HeaderClassName
{
color: #6077BA;
}
.AnyTagClassName
{
color: #6077BA;
}
</style>
background-color css
<style>
a { background-color: #6077BA; }
a { background-color: rgb(96,119,186); }
div.DivClassName
{
background-color: #6077BA;
}
.BgClassName
{
background-color: #6077BA;
}
</style>
border-color css
<style>
span { border-color: #6077BA; }
span { border-color: rgb(96,119,186); }
td.TdClassName
{
border-color: #6077BA;
}
.TagClassName
{
border-color: #6077BA;
}
</style>