Shades of Chetwode Blue #606EBA
Tints of Chetwode Blue #606EBA
RGB
CMYK
RGB Variations
Color information
#606EBA (or 0x606EBA) is known color: Chetwode Blue. HEX triplet: 60, 6E and BA. RGB value is (96,110,186). Sum of RGB (Red+Green+Blue) = 96+110+186=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #606EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EBA is #9F9145. Grayscale: #727272. Windows color (decimal): -10457414 or 12217952. OLE color: 12217952.
HSL color Cylindrical-coordinate representation of color #606EBA: hue angle of 230.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 #606EBA is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 110 | 186 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.27 |
| HSL | 230.67º | 0.39% | 0.55% | - |
| HSV(B) | 230.67º | 0.48% | 0.73% | - |
| XYZ | 19.26 | 17.18 | 48.76 | - |
| YUV | 114.48 | 168.36 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 186 | 0.48 | 0.41 | 0 | 0.27 | 230.67 | 0.39 | 0.55 |
| Hex | 60 | 6E | BA | 30 | 29 | 0 | 1B | E7 | 27 | 37 |
| Octal | 140 | 156 | 272 | 60 | 51 | 0 | 33 | 347 | 47 | 67 |
| Binary | 1100000 | 1101110 | 10111010 | 110000 | 101001 | 0 | 11011 | 11100111 | 100111 | 110111 |
Color Harmonies of #606EBA
Complementary color
Monochromatic Colors of #606EBA
Black with #606EBA
Text Example
Text Example
White with #606EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EBA; }
p { color: rgb(96,110,186); }
H1.HeaderClassName
{
color: #606EBA;
}
.AnyTagClassName
{
color: #606EBA;
}
</style>
background-color css
<style>
a { background-color: #606EBA; }
a { background-color: rgb(96,110,186); }
div.DivClassName
{
background-color: #606EBA;
}
.BgClassName
{
background-color: #606EBA;
}
</style>
border-color css
<style>
span { border-color: #606EBA; }
span { border-color: rgb(96,110,186); }
td.TdClassName
{
border-color: #606EBA;
}
.TagClassName
{
border-color: #606EBA;
}
</style>